unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack

Home Page:https://paystack.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert naira to kobo

sodmond opened this issue · comments

How do I convert user input in naira to kobo? I can't tell users to type amount in kobo

@sodmond You have to handle this yourself. Say for instance someone intends to pay 500 naira, you will have to multiply the input amount (in this case 500) by 100 before sending to Paystack for processing.

@segun931 thanks I was looking for a suitable way to handle it with this package but an update has merged from one the pull request which solves the problem for me.