diff --git a/models/email_templates/combined/abandoned_cart_email.yml b/models/email_templates/combined/abandoned_cart_email.yml index ad8e3c064..d41dceda8 100644 --- a/models/email_templates/combined/abandoned_cart_email.yml +++ b/models/email_templates/combined/abandoned_cart_email.yml @@ -198,7 +198,7 @@ oneOf: type: string path: type: string - address: '123 Fake St, Dallas, TX 75225' + address: type: string phone_number: type: string @@ -280,7 +280,7 @@ oneOf: description: 'Path to the store (i.e., domain + protocol)' path: type: string - address: '123 Fake St, Dallas, TX 75225' + address: type: string language: type: object diff --git a/models/email_templates/combined/invoice_email.yml b/models/email_templates/combined/invoice_email.yml index 833c3b7c9..4c2113a9c 100644 --- a/models/email_templates/combined/invoice_email.yml +++ b/models/email_templates/combined/invoice_email.yml @@ -28,7 +28,7 @@ properties: items: type: object properties: - address: '123 Fake St, Dallas, TX 75225' + address: type: object properties: email: @@ -162,7 +162,7 @@ properties: properties: is_managed_by_amazon: type: boolean - address: '123 Fake St, Dallas, TX 75225' + address: type: object properties: email: @@ -359,7 +359,7 @@ properties: type: string shipping_method: type: string - shipping_to_address: '123 Fake St, Dallas, TX 75225' + shipping_to_address: type: string your_order_will_be_shipped_by: type: string @@ -371,7 +371,7 @@ properties: type: string price: type: string - email_address: '123 Fake St, Dallas, TX 75225' + email_address: type: string examples: order: @@ -384,7 +384,7 @@ examples: account_order_status_url: #url shipping: methods: - address: '123 Fake St, Dallas, TX 75225' + address: email: 'test@gmail.com' phone: +112233445566 first_name: John @@ -434,7 +434,7 @@ examples: value: 0 billing: is_managed_by_amazon: false - address: '123 Fake St, Dallas, TX 75225' + address: email: 'test@gmail.com' phone: +112233445566 first_name: John