|
|
@@ -477,7 +477,8 @@ public class TsaShoplinkerController extends TsaBaseController {
|
|
|
|
|
|
// 2. xml 데이터 생성
|
|
|
shoplinkerInvoice.setCustomerId(env.getProperty("shoplinker.customer_id"));
|
|
|
- shoplinkerService.createShoplinkerInvoiceXml(shoplinkerInvoice);
|
|
|
+ Collection<ShoplinkerInvoice> sendList = shoplinkerService.getShoplinkerInvoiceOrdDtlList();
|
|
|
+ shoplinkerService.createShoplinkerInvoiceXml(shoplinkerInvoice, sendList);
|
|
|
|
|
|
rtnMap.setString("RESULT_TYPE", "TRUE");
|
|
|
|