unicodeveloper / laravel-paystack

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

Added an option to add request data from controller #154

Closed bhekor closed 2 years ago

bhekor commented 2 years ago

I added an option for users (developers) to provide the data (request data) from the controller instead of a form (i.e you don't have to submit the data at least not all from a form). This adds some levels of security to the data and also ability to provide default values.

sodmond commented 2 years ago

Why has this pull request yet to be merged? Its actually what I need right now. I don't want to be manipulating the core files in the vendor folder which I don't think is advisable.

Is there other round I could use your solution?

sodmond commented 2 years ago

@unicodeveloper thanks for the quick response. I just had to pull from dev-master to get the latest commit.

raphyabak commented 1 year ago

Please can you sync it with the packagist file. This update is still missing upon installation of the package. Thank you