cart item.deliveryType is missing sent by checkout in AdditionalData
Checkout
•
ID: 1002115
Backlog
Published on3/19/2024
•
Last updated on9/10/2024
1 min read
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