You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-14
Original file line number
Diff line number
Diff line change
@@ -84,20 +84,6 @@ if ($verify->status === 'Aborted') {
84
84
dd($verify);
85
85
86
86
```
87
-
# get support id (live project)
88
-
89
-
~ create a route and paste the code for temporary use.which return support ticket id.
90
-
91
-
```php
92
-
Route::get('sid',function(){
93
-
$sid = NagadPayment::tnxID(1)
94
-
->amount(100)
95
-
->getSupportID();
96
-
return $sid;
97
-
})
98
-
```
99
-
100
-
101
87
102
88
# Note:
103
89
@@ -112,6 +98,25 @@ Route::get('sid',function(){
112
98
* Contact with Nagad and provide your live server ip address.
113
99
* provide support id ($sid) the nagad office
114
100
101
+
# Live mode tips
102
+
103
+
`Sandbox works fine but when you deploy your project on server you can't get any response and don't work payment system`
104
+
105
+
## How to enable nagad gateway on server
106
+
107
+
* contact with nagad provide your ip and support token which you get from temporary route get-support-id . nagad will be white listed your ip and approve your merchant. now your nagad gateway work properly on server.
0 commit comments