You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When recurring orders are placed the c_subproIsRecurringOrder field is sent as true, but it is not being stored on the basket.
This causes issues because the order if successful does not include the flag indicating it as a recurring order, and additionally the flag cannot be used to identify it as a subscription order when applying promotions or special handling for Subscription orders.
Resolution
Include the below attribute definition in the Basket object in the metadata site_import.
Fixed in PR #82
Issue
When recurring orders are placed the c_subproIsRecurringOrder field is sent as true, but it is not being stored on the basket.
This causes issues because the order if successful does not include the flag indicating it as a recurring order, and additionally the flag cannot be used to identify it as a subscription order when applying promotions or special handling for Subscription orders.
Resolution
Include the below attribute definition in the Basket object in the metadata site_import.
The text was updated successfully, but these errors were encountered: