diff --git a/sdk/src/webhooks/sync_response.rs b/sdk/src/webhooks/sync_response.rs index 2e19b19..b814f66 100644 --- a/sdk/src/webhooks/sync_response.rs +++ b/sdk/src/webhooks/sync_response.rs @@ -37,15 +37,15 @@ pub struct ExcludedMethodsResponse { #[derive(Serialize, Debug, Clone)] #[serde(transparent)] -pub struct OrderCalculateTaxes(CheckoutCalculateTaxesResponse); +pub struct OrderCalculateTaxes(pub CheckoutCalculateTaxesResponse); #[derive(Serialize, Debug, Clone)] #[serde(transparent)] -pub struct OrderFilterShippingMethods(CheckoutFilterShippingMethodsResponse); +pub struct OrderFilterShippingMethods(pub CheckoutFilterShippingMethodsResponse); #[derive(Serialize, Debug, Clone)] #[serde(transparent)] -pub struct ShippingListMethodsForCheckout(Vec); +pub struct ShippingListMethodsForCheckout(pub Vec); #[derive(Serialize, Debug, Clone)] pub struct ShippingListMethodsForCheckoutVec {