unicodeveloper / laravel-paystack

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

Submit form data from contoller #61

Closed badasukerubin closed 5 years ago

badasukerubin commented 5 years ago

Hello, thanks for the awesome package, I wanted to find out if there was a run around for submitting form data from the controller to Paystack::getAuthorizationUrl()->redirectNow(); instead of from the hidden inputs in the form for security reasons. Thanks

badasukerubin commented 5 years ago

I edited makePaymentRequest() in \vendor\unicodeveloper\laravel-paystack\src\Paystack.php to suite my needs. I hope this is right and I hope it helps someone.