Noutcha Ngapi Jonathan
Noutcha Ngapi Jonathan
# The function ```python from rave_python import Rave, RaveExceptions, Misc rave = Rave("ENTER_YOUR_PUBLIC_KEY", "ENTER_YOUR_SECRET_KEY", usingEnv = False) # mobile payload payload = { "amount": "50", "email": "[email protected]", "fullName" : "",...
when building the flutterwave object for a mobile money payment, the customer number entered was not supported at the generated interface.
### Description The UI always show the message "Transaction Failed" when initiate payment ### Steps to Reproduce Expected behaviour: It should allow for users to input their card details 1....