From 24b874f5b164e34899370ac8ba1b0ec95ee6f915 Mon Sep 17 00:00:00 2001 From: Ervin Molnar <58359015+molnarerwin@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:35:37 +0200 Subject: [PATCH] Added the OrderBillpayerUpdated event --- Changelog.md | 1 + src/Order/Changelog.md | 1 + src/Order/Events/OrderBillpayerUpdated.php | 9 +++++++++ 3 files changed, 11 insertions(+) create mode 100644 src/Order/Events/OrderBillpayerUpdated.php diff --git a/Changelog.md b/Changelog.md index 4ca685e83..3f41c4b9d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -44,6 +44,7 @@ - Fixed an error when attempting to remove a product from the cart which is not in the by [xujiongze](https://github.com/xujiongze) in [#188](https://github.com/vanilophp/framework/pull/188) - Fixed the `Channel::getCurrency()` method returning the wrong attribute by [Ouail](https://github.com/ouail) in [#189](https://github.com/vanilophp/framework/pull/189) - Fixed the logic of the payment-dependent shipping fee calculator +- Added the `OrderBillpayerUpdated` event ## 4.1.0 ##### 2024-07-11 diff --git a/src/Order/Changelog.md b/src/Order/Changelog.md index d5b29f72f..db1807c5b 100644 --- a/src/Order/Changelog.md +++ b/src/Order/Changelog.md @@ -8,6 +8,7 @@ - Added `domain` field to the orders table - Added then automatic completion of `$order->domain` from the current request to the OrderFactory - Changed `OrderItem::hasConfiguration()` to return false on empty arrays as well +- Added the `OrderBillpayerUpdated` event ## 4.1.0 ##### 2024-07-11 diff --git a/src/Order/Events/OrderBillpayerUpdated.php b/src/Order/Events/OrderBillpayerUpdated.php new file mode 100644 index 000000000..ad7330fc7 --- /dev/null +++ b/src/Order/Events/OrderBillpayerUpdated.php @@ -0,0 +1,9 @@ +