]> CRI, Mines Paris - PSL - photoprint.git/blobdiff - skins/photoprint_order_confirm.py
Enregistrement / visualisation des échanges avec PayPal.
[photoprint.git] / skins / photoprint_order_confirm.py
index c7a8d0a658ee5d64395f45d4fff58a43db04cca6..3fe68d13a6e6ec8e705ad8398258b0fc3bf538ca 100644 (file)
@@ -9,8 +9,6 @@ if token and PayerID and context.ppPay(token, PayerID) :
     return context.order_view()
 else :
     context.setStatus(False, _('Your payment has been canceled.<br/>'
     return context.order_view()
 else :
     context.setStatus(False, _('Your payment has been canceled.<br/>'
-                               'You can retry with an other account / credit card by cliking on the PayPal button.<br/>'
-                               'You can also choose an other payment option, like bank transfert or cheque.<br/>'
-                               'If so, click on the "Modify" button.'))
+                               'You can retry with an other account / credit card by cliking on the PayPal button.<br/>'))
 
     return context.order_view()
 
     return context.order_view()