Skip to content

Commit

Permalink
Fix Sepehr Gateway(Saderat) Endpoints (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
enayatinfo committed Jul 30, 2024
1 parent 39c198d commit 89e9667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@
'currency' => 'T', //Can be R, T (Rial, Toman)
],
'sepehr' => [
'apiGetToken' => 'https://mabna.shaparak.ir:8081/V1/PeymentApi/GetToken',
'apiPaymentUrl' => 'https://mabna.shaparak.ir:8080/pay',
'apiVerificationUrl' => 'https://mabna.shaparak.ir:8081/V1/PeymentApi/Advice',
'apiGetToken' => 'https://sepehr.shaparak.ir:8081/V1/PeymentApi/GetToken',
'apiPaymentUrl' => 'https://sepehr.shaparak.ir:8080/Pay',
'apiVerificationUrl' => 'https://sepehr.shaparak.ir:8081/V1/PeymentApi/Advice',
'terminalId' => '',
'callbackUrl' => '',
'description' => 'payment using sepehr(saderat)',
Expand Down

0 comments on commit 89e9667

Please sign in to comment.