- Issue created by @cspitzlay
- 🇩🇪Germany cspitzlay 🇩🇪🇪🇺
Here is the documentation:
https://docs.unzer.com/server-side-integration/direct-api-integration/ma...The type is "voucher". Another type that may be useful to us: "shipment" for shipping costs.
Now this is the documentation for direct API access. But there is a class in the Unzer SDK that defines types:
UnzerSDK\Constants\BasketItemTypes and there is a setType() method on the basket item. -
cspitzlay →
committed ac1c13fd on 1.0.x
Issue #3406459 by cspitzlay: Orders with coupons cannot be paid anymore
-
cspitzlay →
committed ac1c13fd on 1.0.x
- Status changed to Fixed
about 1 year ago 5:31pm 11 December 2023 - 🇩🇪Germany cspitzlay 🇩🇪🇪🇺
- Commerce promotion adjustments are turned into Unzer basket items of type "voucher", grouped by source ID.
- Shipping costs are turned into Unzer basket items of type "shipment".
- The broken general handling of items with negative value has been removed.
Automatically closed - issue fixed for 2 weeks with no activity.