X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6b87b2b7014a0441f5f696a35127f12a89e48d2e..10dc1a5e84d23582a58ead2551ddf54a66b94496:/src/paypal/views.py diff --git a/src/paypal/views.py b/src/paypal/views.py index e46be8ce6..c78a19af3 100644 --- a/src/paypal/views.py +++ b/src/paypal/views.py @@ -9,7 +9,7 @@ from django.http import Http404 from django.http.response import HttpResponseRedirect, HttpResponseForbidden from django.shortcuts import render -from api.piston_patch import HttpResponseAppRedirect +from api.utils import HttpResponseAppRedirect from paypal.forms import PaypalSubscriptionForm from paypal.rest import execute_agreement, check_agreement, agreement_approval_url, PaypalError from paypal.models import BillingAgreement, BillingPlan