unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
609 stars 314 forks source link

CURL error 3: (see https://curl.haxx.se /libcurl/c/libcurl-errors.html)/internal server error when I hit the pay endpoint #107

Closed EvidenceEkanem closed 4 years ago

EvidenceEkanem commented 4 years ago

I got this when I used

public function redirectToGateway()
    { 
return Paystack::getAuthorizationUrl()->redirectNow();
    }

Screenshot (2623)

EvidenceEkanem commented 4 years ago

running

php artisan vendor:publish --provider="Unicodeveloper\Paystack\PaystackServiceProvider"

fixed the issue