unicodeveloper / laravel-paystack

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

I got resulted in a `400 Bad Request` response #128

Open bossoff opened 3 years ago

bossoff commented 3 years ago

Client error: POST https://api.paystack.co/transaction/initialize resulted in a 400 Bad Request response: { "status": false, "message": "Invalid plan Sent" }

unicodeveloper commented 3 years ago

Hello @bossoff I have fixed the issue. Please upgrade to the latest version of the package.

blazefluz commented 3 years ago

Go to the vendor folder vendor\unicodeveloper\laravel-paystack\src\Paystack.php Change "plan" => request()->plan, to "plan_code" => request()->plan,

paystack did an update that is why you have an error.