Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27ec34e

Browse files
author
Prosper Otemuyiwa
authored
Merge pull request #19 from ichtrojan/patch-1
updated the route
2 parents 2ddaf7d + 958c8c0 commit 27ec34e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ Route::post('/pay', [
126126
]);
127127

128128
Route::get('/payment/callback', 'PaymentController@handleGatewayCallback');
129+
130+
OR
131+
132+
Route::get('payment/callback', [
133+
'uses' => 'PaymentController@handleGatewayCallback'
134+
]); //Laravel 5.0
129135
```
130136

131137
```php

0 commit comments

Comments
 (0)