Open LacErnest opened 2 years ago
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) }
what i get as a response from the API
{ "error_id": "ERRNO674600891T1648643803108", "message": "Application error. Please contact support", "code": "app_error" }
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) }