Paypal api – Getting AttributeError in Django
I am using Stripe for handling payments in my Django app. Whenever I try to fill dummy card credentials and submit, it gives the following error. AttributeError, 'Payment' object has no attribute 'save' I cannot figure out how to save…