toBePaid = wfstate == 'recorded'
if toBePaid :
- paymentRequest = context.getPaymentRequest()
- options['paymentRequest'] = paymentRequest
+ options['checkout'] = context.ppSetExpressCheckout()
if cart.locked and \
cart.pendingOrderPath == context.getPhysicalPath() :