Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Dec 2, 2024
1 parent ebb0b50 commit ccb2fe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/StripeDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ protected function createSession(Order $order): Session
'mode' => 'payment',
'success_url' => $this->getCaptureUrl($order),
'cancel_url' => $this->getFailureUrl($order),
'return_url' => $this->getFailureUrl($order),
'payment_intent_data' => [
'metadata' => [
'order' => $order->uuid,
Expand Down

0 comments on commit ccb2fe5

Please sign in to comment.