Skip to content

Commit c5456ea

Browse files
author
Aboozar Ghaffari
authored
Update README.md
1 parent 9de2ec0 commit c5456ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ for sandbox you should set ```LARAPAY_MODE=development``` in your .env file othe
8181
if you choose development mode, Larapay use banktest.ir for payment gateway.
8282

8383
set your bank username or password in your .env. here are some example:
84-
```
84+
```ini
8585
LARAPAY_MODE=development
8686

8787
SAMAN_MERCHANT_ID=bmcf****
@@ -102,7 +102,7 @@ Route::post('payment/callback', 'YourController@handleCallback')->name('payment.
102102

103103
and set route name in .env file:
104104

105-
```
105+
```ini
106106
LARAPAY_PAYMENT_CALLBACK=payment.callback
107107
```
108108

0 commit comments

Comments
 (0)