cart item.deliveryType is missing sent by checkout in AdditionalData
ID: 1002115
Backlog
Published on 3/19/2024
•
Last update on 9/10/2024
Summary
When there's a quantity split in the priceDefinition
due to rounding for the unit multiplier, the gateway can receive no value for deliveryType
in the cart object. So, this might cause the payment provider to deny the payment if they use this field..
Simulation
- Place an order with a cart with a quantity split in the
priceDefinition
field in the orderForm; - Check the "miniCart.Items", it may not have have ``deliveryType`.
Workaround
N/A