Skip to content

Commit

Permalink
fix: disable auto methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlmaier committed Nov 25, 2024
1 parent 00d5160 commit e0817bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function createPaymentIntent(CreatePaymentIntentRequestDTO $paymentIntent
'account_id' => $paymentIntentDTO->account->getId(),
],
'automatic_payment_methods' => [
'enabled' => true,
'enabled' => false,
],
$applicationFee ? ['application_fee_amount' => $applicationFee] : [],
], $this->getStripeAccountData($paymentIntentDTO));
Expand Down

0 comments on commit e0817bc

Please sign in to comment.