feat: Add return shipping method workflow (#8106)
This commit is contained in:
@@ -34,7 +34,7 @@ export interface GetShippingMethodTotalOutput {
|
||||
export function getShippingMethodsTotals(
|
||||
shippingMethods: GetShippingMethodTotalInput[],
|
||||
context: GetShippingMethodsTotalsContext
|
||||
) {
|
||||
): Record<string, GetShippingMethodTotalOutput> {
|
||||
const { includeTax } = context
|
||||
|
||||
const shippingMethodsTotals = {}
|
||||
|
||||
Reference in New Issue
Block a user