Skip to content

Releases: bitpay/bitpay-checkout-magento2

Code Cleanup

24 Jun 13:52
9b8dc4a
Compare
Choose a tag to compare

refactored order management, js updates

Javascript updates

18 Jun 15:43
71e1bbf
Compare
Choose a tag to compare

javascript update to try and restore order page info

Updated to fix Success page on checkout

16 Jun 14:24
89497bc
Compare
Choose a tag to compare

Successful payments will redirect to the proper success page when completed

Order updates and Redirect fixes

15 Jun 21:48
16284cb
Compare
Choose a tag to compare

Added redirects for guest logins

Modal and Order Updates

10 Jun 17:43
873e3dd
Compare
Choose a tag to compare

Updates include:

  • emails not sent until the IPN sends a notification of the status
  • orders will be deleted and shopping cart restored, if the buyer clicks the "Close" button on the invoice, and hasnt paid
  • modal page will redirect to a new page before loading, instead of the confirmation page

Be sure to run the following commands when upgrading

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Custom Redirect URL

18 May 15:18
a947653
Compare
Choose a tag to compare

Added a new option in the configuration to set a custom redirect url

IPN Updates

09 Apr 16:59
Compare
Choose a tag to compare

Added extended IPN notification checks

Refund Status mapping

17 Feb 19:01
Compare
Choose a tag to compare

Added order mapping to Refund IPN

Version Bump

07 Feb 14:29
Compare
Choose a tag to compare

Version bump to match store listing.

IPN Order Updates

07 Feb 14:06
Compare
Choose a tag to compare

Changed IPN functionality to mark orders as canceled and add order notes.