Skip to content

Commit ebb0b50

Browse files
committed
wip
1 parent 0bbc457 commit ebb0b50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/StripeDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ protected function createSession(Order $order): Session
7474
})->toArray(),
7575
'mode' => 'payment',
7676
'success_url' => $this->getCaptureUrl($order),
77+
'cancel_url' => $this->getFailureUrl($order),
7778
'return_url' => $this->getFailureUrl($order),
7879
'payment_intent_data' => [
7980
'metadata' => [

0 commit comments

Comments
 (0)