Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Nov 7, 2024
1 parent 3badba3 commit 118f22c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function assert($cartId, $saveCard = null, $selectedCard = null, $isBusin
'cart_id' => $cartId,
'saferpay_order_id' => $saferPayOrder->id,
],
'reponse' => get_object_vars($assertResponse),
'response' => get_object_vars($assertResponse),
]);

$assertBody = $this->assertionService->createObjectsFromAssertResponse(
Expand Down

0 comments on commit 118f22c

Please sign in to comment.