Skip to content

Commit

Permalink
Update SnappPay.php (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadapr committed Jul 27, 2024
1 parent 60ce9a2 commit 7bfe4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/SnappPay/SnappPay.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public function update()
$response = $this
->client
->post(
$this->settings->apiPaymentUrl.self::TOKEN_URL,
$this->settings->apiPaymentUrl.self::UPDATE_URL,
[
RequestOptions::BODY => json_encode($data),
RequestOptions::HEADERS => [
Expand Down

0 comments on commit 7bfe4d8

Please sign in to comment.