Skip to content

Latest commit

 

History

History
94 lines (73 loc) · 2.54 KB

File metadata and controls

94 lines (73 loc) · 2.54 KB

2.0.8

  • Fixed Credit Widget
  • Updated PayU SDK
  • Added checking for order access during repayment
  • Added the option to cancel the order on PayU
  • Cleaned code (thanks @hostep)
  • Fixed #43, #44 and guest repayment
  • Added better management of displayed payment methods (fix #23)
  • Fixed #61 - not displayed Klarna for CZK
  • Fixed #62 - Missing checkout agreements in credit methods
  • Change return url for repayment for guest

2.0.7

  • Fixed #49 - filtered payment methods (thanks @Tomasz-Silpion)

2.0.6

  • add support for credit payment methods:
  • add support for the credit widget
  • IMPORTANT: the sandbox flag was changed to support all payment methods with one configuration - please review sandbox flag configuration after update

2.0.5

  • Fixed #38 - di:compile returned error in PHP 8.4

2.0.4

  • Fixed #33 - translate

2.0.3

  • Fixed #30 - RepayOrderCreateResponseHandler without PayU method
  • Fixed #24 and #29 - empty response for payByLinks
  • Fixed for php version 7.4

2.0.2

  • Updated php required version to 7.4
  • Fixed typo for php version 7.4

2.0.1

  • Fixed #27 - build product data

2.0.0

BREAKING CHANGES

  • Common configuration for API parameter regardless of method and changed config_path - required to re-enter all configurations

OTHER CHANGES

  • Use of order currency (not base currency) for create order in PayU
  • Updated logotypes and colors
  • Removed MCP
  • Refactored, cleanup and removal deprecations

1.0.12

  • Sends more data for better detected frauds

1.0.11

  • Licence updated

1.0.10

  • Fix #21
  • Better handling errors in notifications

1.0.9

  • Fix #16 - Customer IP

1.0.8

  • Update PayU SDK
  • Get customer IP from request

1.0.7

  • Get customer data from billing address
  • Fix #15 - Shorter order description

1.0.6

  • Fix #14 - Link to repayment in email was incorrect

1.0.5

  • Fix #10 - Restore Coupon Code after Order Cancellation
  • Fix #12 - Hide "My Stored Cards" when Payu Cards is not active

1.0.4

  • Fix #5 - Impossible create order when repay is enabled
  • Fix #8 - wrong amount in refund
  • Update PayU SDK

1.0.3

  • Fix doubles PENDING status
  • Set correct state

1.0.2

  • Remove Apple Pay when not available

1.0.1

  • Fix create refund and invoice from admin

1.0.0

  • First release for Magento 2.4