Skip to content

Commit

Permalink
Set correct template name in SuccessResponseView
Browse files Browse the repository at this point in the history
  • Loading branch information
samitnuk authored and Alexander Gaevsky committed Oct 29, 2020
1 parent e58780d commit 3aaba74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paypal/express_checkout/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def get_redirect_url(self, **kwargs):

class SuccessResponseView(PaymentDetailsView):

template_name_preview = 'paypal/express/preview.html'
template_name_preview = 'paypal/express_checkout/preview.html'
preview = True

error_msg = _('A problem occurred communicating with PayPal - please try again later')
Expand Down

0 comments on commit 3aaba74

Please sign in to comment.