X-Git-Url: https://scm.cri.ensmp.fr/git/photoprint.git/blobdiff_plain/ccaba0f54cbd41250107d36a49154353425da8b3:/skins/photoprint_order_confirm.py..b521f0db73266a7bd6b69e6a9891046a03c482ee:/Products/photoprint/skins/static/gitweb.css diff --git a/skins/photoprint_order_confirm.py b/skins/photoprint_order_confirm.py deleted file mode 100644 index 3fe68d1..0000000 --- a/skins/photoprint_order_confirm.py +++ /dev/null @@ -1,14 +0,0 @@ -##parameters=token=None, PayerID=None -# -*- coding: utf-8 -*- - -from Products.photoprint.utils import Message as _ -options = {} -if token and PayerID and context.ppPay(token, PayerID) : - context.setStatus(True, _(u'Your payment has been accepted by PayPal.')) - # options['current_sell_step'] = 'confirmation' - return context.order_view() -else : - context.setStatus(False, _('Your payment has been canceled.
' - 'You can retry with an other account / credit card by cliking on the PayPal button.
')) - - return context.order_view()