Skip to content

Commit

Permalink
Merge pull request #24 from solverat/fix/17
Browse files Browse the repository at this point in the history
Fix token typo in SyncAction
  • Loading branch information
solverat authored Mar 6, 2023
2 parents e98dde0 + 0e99b2a commit d206c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Action/SyncAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function execute($request): void

$details = ArrayObject::ensureArrayObject($request->getModel());

if ($details->offsetExists('token')) {
if ($details->offsetExists('Token')) {
$this->gateway->execute(new AssertPaymentPage($details));
}
}
Expand Down

0 comments on commit d206c45

Please sign in to comment.