Skip to content

Commit

Permalink
Fix prepareShippingMethod workflow transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGemstone authored Feb 21, 2025
1 parent 9fb265c commit 905c999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function prepareShippingMethod(relatedEntityField?: string) {
data: option.data ?? {},
name: option.name,
version: orderChange.version,
order_id: data.relatedEntity.order_id,
order_id: data.input.order_id,
} as any

if (relatedEntityField) {
Expand Down

0 comments on commit 905c999

Please sign in to comment.