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
Current behavior
The order totals will be incorrect and PayPal will reject and not process the order. This is because all non eligible promotions will also be included inside of: discount: price(@order.all_adjustments.promotion.sum(&:amount).abs)
Expected behavior
The order totals should always be perfect
Screenshots
Desktop (please complete the following information):
NA
Smartphone (please complete the following information):
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
The PayPal Order Breakdown is Incorrect:
Solidus Version:
3.1.8
To Reproduce
Step 1 - create an order.
Step 2 - add promotions on the order, ensure that one of the promotions is:
eligible: false
-- ours looks like:Current behavior
The order totals will be incorrect and PayPal will reject and not process the order. This is because all non eligible promotions will also be included inside of:
discount: price(@order.all_adjustments.promotion.sum(&:amount).abs)
Expected behavior
The order totals should always be perfect
Screenshots
Desktop (please complete the following information):
NA
Smartphone (please complete the following information):
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: