feat(core-flows,medusa,order): remove return shipping (#8137)
What: * `DELETE /admin/returs/:id/shipping_methods/:action_id` FIXES: CC-187
This commit is contained in:
@@ -211,7 +211,7 @@ moduleIntegrationTestRunner({
|
||||
}),
|
||||
}),
|
||||
]),
|
||||
shipping_methods: [
|
||||
shipping_methods: expect.arrayContaining([
|
||||
expect.objectContaining({
|
||||
name: "return shipping method",
|
||||
amount: 10,
|
||||
@@ -220,7 +220,7 @@ moduleIntegrationTestRunner({
|
||||
name: "Exchange method",
|
||||
amount: 35,
|
||||
}),
|
||||
],
|
||||
]),
|
||||
difference_due: 14,
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user