Releases: collector-bank/Checkout-Magento-2
Support for 2.4.5-p1 and other improvements
Support for 2.4.5-p1 & PHP8.1
New features:
-> Added invoice tag for business customers
-> Removed possibility to change version, v2 is default
-> Changed checkout url to walleycheckout
Bugfix:
-> When changing delivery address in the payment iframe it is now saved in Magento
-> Table rates not working and sets shipping amount to zero
Github issues solved:
#15 Added check for virtual quotes
#16 Replaced Base64 with local svg image
#19 Carrier Collector should have null check on quote ID
#42 Deprecated Functionality: Optional parameter $data declared before required parameter
Bugfix: Allow change of colors for buttons and texts in Checkout
Small bugfix to be able to change color of buttons and texts using admin/config settings.
Some cleanup and init checkout iframe with adress from quote
Merge pull request #37 from collector-bank/bug/flickering-iframe Cleanup and re-add shipping-adress from quote
Better handeling of Suspend/Resume for iframe
No more flickering Checkout-iframe.
Bugfix - Checkout v2 flickers (4 times)
Prevent multiply resume on checkout iframe v2 to avoid flickering.
There is still 2 resume()-calls when the checkout is loaded the first time. The cause of this will be investigated.
Bugfix - missing semicolon
Small PR to avoid error in autoloader.
New version of Checkout SDK-dependency
Require version 1.0.5 of Checkout SDK to use new optional prefill feature.
https://payments.collectorbank.se/docs/checkout/initcheckout/#privatecustomerprefill-object-optional
Name change to Walley
v1.0.23 Merge pull request #28 from collector-bank/188-uppdatera-till-walley-…
Bugfix: B2B / B2C switch
The B2B/B2C switch stopped working due to the module not separating the B2B/B2C checkout sessions correctly.
This is solved in the release.
Handle stores with multiple currencies
Use store-currency when talking to Walley APIs