Skip to content

Commit

Permalink
Prevent customer from logging out in inline checkout (#291)
Browse files Browse the repository at this point in the history
#261 for inline checkout.
Ref: #272, #290.
  • Loading branch information
carlosmintfan authored Jan 13, 2025
1 parent 5019728 commit b803c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function options(): array
'displayMode' => 'inline',
'frameStyle' => 'width: 100%; background-color: transparent; border: none;',
'successUrl' => $this->returnTo,
'allowLogout' => false,
]),
'items' => $this->items,
];
Expand Down

0 comments on commit b803c27

Please sign in to comment.