Skip to content

Commit d5b1d5f

Browse files
committed
fix(BTI-4): rebuild apple pay order from cart for bundle support (4.7.2)
1 parent e6da3f1 commit d5b1d5f

4 files changed

Lines changed: 249 additions & 144 deletions

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Author: Buckaroo
77
Author URI: http://www.buckaroo.nl
88
Description: Buckaroo payment system plugin for WooCommerce.
9-
Version: 4.7.1
9+
Version: 4.7.2
1010
Text Domain: wc-buckaroo-bpe-gateway
1111
License: GPLv2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Buckaroo
44
Tags: WooCommerce, payments, Buckaroo
55
Requires at least: 5.3.18
66
Tested up to: 6.9
7-
Stable tag: 4.7.1
7+
Stable tag: 4.7.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -79,6 +79,10 @@ The “Buckaroo Woocommerce Payments Plugin” has been translated into 3 locale
7979
[Translate “Buckaroo Woocommerce Payments Plugin” into your language.](https://translate.wordpress.org/projects/wp-plugins/wc-buckaroo-bpe-gateway/)
8080

8181
== Changelog ==
82+
= 4.7.2 =
83+
Bug Fixes
84+
BTI-4 Fixed Apple Pay order creation with bundle / discount-rule plugins: line subtotals, taxes, and shipping cost now read from the customer's existing cart so the order matches what was authorized in the wallet sheet.
85+
8286
= 4.7.1 =
8387
Bug Fixes
8488
BTI-4 Fixed Apple Pay incorrect order amount when used with third-party discount plugins (e.g. Woo Discount Rules "Buy X Get Y").

src/Core/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Plugin
1616
*
1717
* @var string
1818
*/
19-
public const VERSION = '4.7.1';
19+
public const VERSION = '4.7.2';
2020

2121
/**
2222
* Instance of PaymentGatewayRegistry.

0 commit comments

Comments
 (0)