We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1e697 commit 9ac81f9Copy full SHA for 9ac81f9
app/code/Magento/GiftMessage/Model/Plugin/OrderSave.php
@@ -95,7 +95,8 @@ protected function saveOrderItemGiftMessage(\Magento\Sales\Api\Data\OrderInterfa
95
);
96
} catch (\Exception $e) {
97
throw new CouldNotSaveException(
98
- __('Could not add gift message to order\'s item: "%1"', $e->getMessage()), $e
+ __('Could not add gift message to order\'s item: "%1"', $e->getMessage()),
99
+ $e
100
101
}
102
0 commit comments