We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e72ec1 commit 09afd8cCopy full SHA for 09afd8c
README.md
@@ -27,7 +27,7 @@ php artisan vendor:publish --provider="Codeboxr\Upay\UpayServiceProvider"
27
28
After publish config file setup your credential. you can see this in your config directory upay.php file
29
```
30
-"sandbox" => env("UPAY_SANDBOX", false), // for production use true
+"sandbox" => env("UPAY_SANDBOX", false), // for sandbox use true
31
"merchant_id" => env("UPAY_MERCHANT_ID", ""),
32
"merchant_key" => env("UPAY_MERCHANT_KEY", ""),
33
"merchant_code" => env("UPAY_MERCHANT_CODE", ""),
0 commit comments