Skip to content

Commit

Permalink
revert. hmac.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifallak committed May 27, 2024
1 parent b446e62 commit 1fa1ae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/paymob.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
'currency' => 'EGP',
'exp_after' => 10, // seconds
'min_amount' => 5, // pounds
'hmac' => env('ACCEPT_HMAC'),
'url' => [
'token' => 'https://accept.paymob.com/api/auth/tokens',
'order' => 'https://accept.paymob.com/api/ecommerce/orders',
'payment_key' => 'https://accept.paymob.com/api/acceptance/payment_keys',
'refund' => 'https://accept.paymob.com/api/acceptance/void_refund/refund',
'hmac' => env('ACCEPT_HMAC'),
'hmac' => 'https://accept.paymobsolutions.com/api/acceptance/transactions',
],
'payment_types' => [
'card_payment' => [
Expand Down

0 comments on commit 1fa1ae7

Please sign in to comment.