Godstime John

Results 7 comments of Godstime John

#adams141 please where do we add this line of code and can you please show us how to use it. i will be very gratefull, am having issues using it....

@hozzaq, Please where do i add this code?

Thanks @dbkonxepts that prompted another error (1/1) RequestException cURL error 3: malformed (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in CurlFactory.php (line 186) I will also be grateful if you can help me with a...

Yes 1 and 2 are very ok. Here are my code ---- My route Route::get('/payment', 'HomeController@paymentDisplay'); Route::post('/pay', [ 'uses' => 'PaymentController@redirectToGateway', 'as' => 'pay' ]); Route::get('/payment/callback', 'PaymentController@handleGatewayCallback'); ----- My Payment...

----My view http://prntscr.com/m63tkr

Am getting the same error Class 'Paystack' not found in PaymentController.php (line 23) I have tried @UmarAbdullahi's suggestion but still getting the same error. I am using laravel 5.4. Please...