X-Git-Url: https://scm.cri.ensmp.fr/git/photoprint.git/blobdiff_plain/bddfc31eaf67003a04f79f7cf168b8d840920fd6..b92ab62e2af2ba6788d1af5b0750f41948fffa68:/skins/order_view.py diff --git a/skins/order_view.py b/skins/order_view.py index 5ed50bf..308844c 100755 --- a/skins/order_view.py +++ b/skins/order_view.py @@ -20,8 +20,7 @@ options['wfhistory'] = wtool.getInfoFor(context, 'review_history', 'order_workfl toBePaid = wfstate == 'recorded' if toBePaid : - paymentRequest = context.getPaymentRequest() - options['paymentRequest'] = paymentRequest + options['checkout'] = context.ppSetExpressCheckout() if cart.locked and \ cart.pendingOrderPath == context.getPhysicalPath() :