Hi,
First, love the new discount options and the fact that you added the type to the discount_codes in the order.json.
"discount_codes" = (
{
amount = "5.00";
code = test;
type = "fixed_amount";
}
);
One more request, can we add the actual discount information to the line_items. We need to know what line the discount was applied to. Now if we have a item specific discount, we have no way of know what line the discount applies to.
Ideally we would like, per line, the discount amount, discount code, and discount type.
Thanks
Eileen Muti