Skip to content

Commit 00bc4e7

Browse files
committed
fix: change stripe metadata from order_id to order_number
1 parent cc0b220 commit 00bc4e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Services/Apis/PaymentGateways/StripeApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ public function preProcessOrder(SummitOrder $order): SummitOrder
579579
"metadata" => [
580580
"type" => IPaymentConstants::ApplicationTypeRegistration,
581581
"summit_id" => $summit_id,
582-
"order_id" => $order->getId(),
582+
"order_number" => $order->getNumber(),
583583
"order_owner_email" => $order->getOwnerEmail(),
584584
]
585585
]

0 commit comments

Comments
 (0)