diff --git a/Changelog.md b/Changelog.md index 3f41c4b9..bc46e787 100644 --- a/Changelog.md +++ b/Changelog.md @@ -45,6 +45,7 @@ - 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 +- Added the `OrderShippingAddressUpdated` event ## 4.1.0 ##### 2024-07-11 diff --git a/src/Order/Changelog.md b/src/Order/Changelog.md index db1807c5..31c8b229 100644 --- a/src/Order/Changelog.md +++ b/src/Order/Changelog.md @@ -9,6 +9,7 @@ - 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 +- Added the `OrderShippingAddressUpdated` event ## 4.1.0 ##### 2024-07-11 diff --git a/src/Order/Events/OrderShippingAddressUpdated.php b/src/Order/Events/OrderShippingAddressUpdated.php new file mode 100644 index 00000000..a3d2677a --- /dev/null +++ b/src/Order/Events/OrderShippingAddressUpdated.php @@ -0,0 +1,9 @@ +