Skip to content

Commit

Permalink
Fix live url key
Browse files Browse the repository at this point in the history
  • Loading branch information
prgayman committed Sep 8, 2024
1 parent b1d99b6 commit e9776f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
"test_base_url" => env("URPAY_TEST_BASE_URL", "https://walletsit.neoleap.com.sa/merchantb2b"),
"live_live_url" => env("URPAY_LIVE_BASE_URL", "https://wallet.neoleap.com.sa/merchantb2b"),
"live_base_url" => env("URPAY_LIVE_BASE_URL", "https://wallet.neoleap.com.sa/merchantb2b"),
"mode" => env("URPAY_MODE", "test"),
"client_id" => env("URPAY_CLIENT_ID"),
"username" => env("URPAY_USERNAME"),
Expand Down

0 comments on commit e9776f6

Please sign in to comment.