Skip to content

Commit 09afd8c

Browse files
committed
update readme file
1 parent 4e72ec1 commit 09afd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ php artisan vendor:publish --provider="Codeboxr\Upay\UpayServiceProvider"
2727

2828
After publish config file setup your credential. you can see this in your config directory upay.php file
2929
```
30-
"sandbox" => env("UPAY_SANDBOX", false), // for production use true
30+
"sandbox" => env("UPAY_SANDBOX", false), // for sandbox use true
3131
"merchant_id" => env("UPAY_MERCHANT_ID", ""),
3232
"merchant_key" => env("UPAY_MERCHANT_KEY", ""),
3333
"merchant_code" => env("UPAY_MERCHANT_CODE", ""),

0 commit comments

Comments
 (0)