We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rave return a NoneType when calling charge
My payload payload = { "phone_number":phonenumber, "amount": offer.prix, "currency":"XAF", "email":self.request.user.email, (this value is not None) }
The text was updated successfully, but these errors were encountered:
what i get as a response from the API
Sorry, something went wrong.
{ "error_id": "ERRNO674600891T1648643803108", "message": "Application error. Please contact support", "code": "app_error" }
No branches or pull requests
Describe the Bug
rave return a NoneType when calling charge
System Information
Additional Context
My payload
payload = {
"phone_number":phonenumber,
"amount": offer.prix,
"currency":"XAF",
"email":self.request.user.email, (this value is not None)
}
The text was updated successfully, but these errors were encountered: