Skip to content

Commit 0978ba9

Browse files
committed
unset setup_future_usage
1 parent 75506af commit 0978ba9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app/Services/Domain/Payment/Stripe/StripePaymentIntentCreationService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public function createPaymentIntent(CreatePaymentIntentRequestDTO $paymentIntent
6666
'amount' => $paymentIntentDTO->amount,
6767
'currency' => $paymentIntentDTO->currencyCode,
6868
'customer' => $this->upsertStripeCustomer($paymentIntentDTO)->getStripeCustomerId(),
69-
'setup_future_usage' => 'on_session',
7069
'metadata' => [
7170
'order_id' => $paymentIntentDTO->order->getId(),
7271
'event_id' => $paymentIntentDTO->order->getEventId(),

0 commit comments

Comments
 (0)