projects
/
photoprint.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
601e555
)
Changement message de confirmation, arrivé trop rapidement par copier / coller…
author
Benoît Pin
<benoit.pin@gmail.com>
Thu, 3 Oct 2013 20:54:19 +0000
(22:54 +0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Thu, 3 Oct 2013 20:54:19 +0000
(22:54 +0200)
skins/photoprint_order_confirm.py
patch
|
blob
|
history
diff --git
a/skins/photoprint_order_confirm.py
b/skins/photoprint_order_confirm.py
index
c7a8d0a
..
3fe68d1
100644
(file)
--- a/
skins/photoprint_order_confirm.py
+++ b/
skins/photoprint_order_confirm.py
@@
-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()