feat: Add return shipping method workflow (#8106)

This commit is contained in:
Oli Juhl
2024-07-13 13:09:07 +02:00
committed by GitHub
parent 3d7d629e75
commit 7e82f981f9
5 changed files with 302 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ export interface GetShippingMethodTotalOutput {
export function getShippingMethodsTotals(
shippingMethods: GetShippingMethodTotalInput[],
context: GetShippingMethodsTotalsContext
) {
): Record<string, GetShippingMethodTotalOutput> {
const { includeTax } = context
const shippingMethodsTotals = {}