Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NafezlyDotCom committed Feb 8, 2023
1 parent 2386ebe commit 0f961c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ return [
'PAYTABS_CHECKOUT_LANG' => env('PAYTABS_CHECKOUT_LANG',"AR"),
'PAYTABS_CURRENCY'=>env('PAYTABS_CURRENCY',"EGP"),

'VERIFY_ROUTE_NAME' => "verify-payment",
'VERIFY_ROUTE_NAME' => "payment-verify",
'APP_NAME'=>env('APP_NAME'),
];
```
Expand Down
2 changes: 1 addition & 1 deletion config/nafezly-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
'PAYTABS_CHECKOUT_LANG' => env('PAYTABS_CHECKOUT_LANG',"AR"),
'PAYTABS_CURRENCY'=>env('PAYTABS_CURRENCY',"EGP"),

'VERIFY_ROUTE_NAME' => "verify-payment",
'VERIFY_ROUTE_NAME' => "payment-verify",
'APP_NAME'=>env('APP_NAME'),


Expand Down

0 comments on commit 0f961c8

Please sign in to comment.