fix: remove custom shipping options from swapService create method call

This commit is contained in:
zakariaelas
2021-10-14 16:10:08 +01:00
parent 29c5a1f8d2
commit 71d433c335
@@ -336,8 +336,7 @@ describe("SwapService", () => {
{
id: IdMap.getId("return-shipping"),
price: 20,
},
[{ option_id: IdMap.getId("rmaso-option1"), price: 0 }]
}
)
expect(lineItemService.generate).toHaveBeenCalledTimes(1)