@patch('paypalrestsdk.BillingAgreement', BillingAgreementMock)
def test_paypal_app_return(self):
self.client.login(username='test', password='test')
BillingPlan.objects.create(amount=100)
@patch('paypalrestsdk.BillingAgreement', BillingAgreementMock)
def test_paypal_app_return(self):
self.client.login(username='test', password='test')
BillingPlan.objects.create(amount=100)