Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The prices are in NGN even though I am using GHS (Ghana cedis). It doesn't work for Ghana's API. #132

Closed
decwap opened this issue Sep 18, 2022 · 3 comments

Comments

@decwap
Copy link

decwap commented Sep 18, 2022

It doesn't change when I use Ghana cedis. The figures appear in NGN even though my app prices are in GHS.
Can anyone help?

@wilburx9
Copy link
Owner

wilburx9 commented Sep 18, 2022

@decwap Can you send a screenshot of the UI and some code samples?

I couldn't reproduce it. Here's the code sample and screenshot:

Charge charge = Charge()
     ..amount = 10000 // In base currency
     ..email = 'customer@email.com'
     ..locale = "en_GH"
     ..currency = "GH₵"
     ..putCustomField('Charged From', 'Flutter SDK');

@decwap
Copy link
Author

decwap commented Sep 20, 2022

Thank you very much, is there a way I can get the Mobile Money part too, it only displays card payments. Please help.

Screen Recording 2020-03-05 at 08 45 PM

@wilburx9
Copy link
Owner

There are currently no plans to support Mobile Money, but you can implement it and raise a PR. I will be closing this issue since the problem has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants