Skip to content

Releases: collector-bank/Checkout-Magento-2

Support for 2.4.5-p1 and other improvements

09 Jan 14:04
a1cfda4
Compare
Choose a tag to compare

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

12 Apr 08:47
725edc1
Compare
Choose a tag to compare

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

31 Mar 06:30
204627d
Compare
Choose a tag to compare
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

30 Mar 08:26
e160866
Compare
Choose a tag to compare

No more flickering Checkout-iframe.

Bugfix - Checkout v2 flickers (4 times)

28 Mar 12:02
227a5d6
Compare
Choose a tag to compare

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

08 Mar 06:45
274b5d8
Compare
Choose a tag to compare

Small PR to avoid error in autoloader.

New version of Checkout SDK-dependency

23 Feb 13:21
67053b5
Compare
Choose a tag to compare

Name change to Walley

26 Jan 10:22
29bf5f0
Compare
Choose a tag to compare
v1.0.23

Merge pull request #28 from collector-bank/188-uppdatera-till-walley-…

Bugfix: B2B / B2C switch

05 Jan 13:52
91ff870
Compare
Choose a tag to compare

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

16 Dec 11:50
91ff870
Compare
Choose a tag to compare

Use store-currency when talking to Walley APIs