Skip to content

Commit 058ed38

Browse files
committed
Update to include metafields
1 parent 08c9bfc commit 058ed38

File tree

1 file changed

+1
-0
lines changed
  • order-routing/rust/pickup-point-delivery-option-generators/default/src

1 file changed

+1
-0
lines changed

order-routing/rust/pickup-point-delivery-option-generators/default/src/run.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ fn build_pickup_point_delivery_option(
5252
address: build_address(external_api_delivery_point)?,
5353
business_hours: build_business_hours(external_api_delivery_point),
5454
},
55+
metafields: Some(vec![]),
5556
})
5657
}
5758

0 commit comments

Comments
 (0)