Hi, i'm using addOrder API call to join two orders, sending payment methods such as PayPal, Bank Transfer and Cash On Delivery (i'm working on eBay IT). Normally when a customers pay a single order selecting Cash on Delivery i will receive a notification that Customer has pay w/ COD and the COD value (ex. Euro 10) so i will add Cash On Delivery value to order's data into my eCommerce DB. But, in case of joined orders when the customers pay with Cash on Delivery i'm receiving only that order is payed with COD but i'm not receiving COD value so i am unable to update order data into my eCommerce DB.
Anyone has the same issue, suggestions?