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
Activity
Cody Phillips (Inactive)
created issue -
Cody Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Security | Private [ 10000 ] |
Cody Phillips (Inactive)
made changes -
Description |
# Configure paypal to process Subscription only
# Assign paypal to order form # Attempt to checkout with a single recurring service # Payment section is shown, but no button is loaded. |
# 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 |
Cody Phillips (Inactive)
made changes -
Summary | PayPal: Subscription only mode fails to load button on checkout | Order: Fails to set recurring non-merchant payment details to gateways |
Cody Phillips (Inactive)
made changes -
Component/s | Plugins [ 10007 ] | |
Component/s | Gateways [ 10005 ] |
Cody Phillips (Inactive)
made changes -
Assignee | Cody Phillips [ cody ] | Tyson Phillips [ tyson ] |
Tyson Phillips (Inactive)
made changes -
Tyson Phillips (Inactive)
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Tyson Phillips (Inactive)
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.