X-Git-Url: https://scm.cri.ensmp.fr/git/photoprint.git/blobdiff_plain/063fb5ff0fbf7309b36761708e9ab00f39681246..205a98c2f6e0548ced213fc330c1a0704e9c3c64:/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() :