Releases: bitpay/bitpay-checkout-magento2
Releases · bitpay/bitpay-checkout-magento2
Code Cleanup
refactored order management, js updates
Javascript updates
javascript update to try and restore order page info
Updated to fix Success page on checkout
Successful payments will redirect to the proper success page when completed
Order updates and Redirect fixes
Added redirects for guest logins
Modal and Order Updates
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
Added a new option in the configuration to set a custom redirect url
IPN Updates
Added extended IPN notification checks
Refund Status mapping
Added order mapping to Refund IPN
Version Bump
Version bump to match store listing.
IPN Order Updates
Changed IPN functionality to mark orders as canceled and add order notes.