Skip to content

Commit

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

0 comments on commit ebb0b50

Please sign in to comment.