Skip to content

Commit

Permalink
add custom order id to payment metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Oct 21, 2024
1 parent 1ed15d9 commit 52c02a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Service/Order/PaymentCreationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ private function createPaymentConfig(
],
"metadata" => [
"Magento Order ID" => $order->getEntityId(),
"Magento Order Increment ID" => $order->getIncrementId(),
"Magento Store ID" => $order->getStoreId(),
]
];
Expand Down

0 comments on commit 52c02a0

Please sign in to comment.