Skip to content

Commit

Permalink
Remove Stripe SDK flag
Browse files Browse the repository at this point in the history
  • Loading branch information
james-allan committed Feb 19, 2024
1 parent 183d5d4 commit ec831b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/class-wc-stripe-intent-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,6 @@ public function create_and_confirm_setup_intent( $payment_information ) {
'customer' => $payment_information['customer'],
'confirm' => 'true',
'return_url' => $payment_information['return_url'],
'use_stripe_sdk' => 'true',
];

// SEPA setup intents require mandate data.
Expand Down

0 comments on commit ec831b2

Please sign in to comment.