Details
Description
- Configure paypal to process subscription only
- Assign paypal to order form
- Attempt to checkout after selecting PayPal Payments Standard with a single recurring service
- Payment section is shown, but no button is displayed
Issue Links
- is blocked by
-
CORE-1301 Invoice recurring amount may not consider applicable taxes and setup fees properly for services
- Closed
Recurring payments have always been setup to only work through client payments (ClientPay::confirm()) in the interface, but not the order forms. The order plugin would need to pass in recurring information about the payment in Checkout::setNonmerchantDetails(), but I don't see it having enough information to determine the term, nor other details.
This task may be better suited as an improvement rather than a bug.