Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

(no ticket): [update] Email Templates, correct edited versions #1501

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions models/email_templates/combined/abandoned_cart_email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ oneOf:
type: string
path:
type: string
address: '123 Fake St, Dallas, TX 75225'
address:
type: string
phone_number:
type: string
Expand Down Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions models/email_templates/combined/invoice_email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ properties:
items:
type: object
properties:
address: '123 Fake St, Dallas, TX 75225'
address:
type: object
properties:
email:
Expand Down Expand Up @@ -162,7 +162,7 @@ properties:
properties:
is_managed_by_amazon:
type: boolean
address: '123 Fake St, Dallas, TX 75225'
address:
type: object
properties:
email:
Expand Down Expand Up @@ -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
Expand All @@ -371,7 +371,7 @@ properties:
type: string
price:
type: string
email_address: '123 Fake St, Dallas, TX 75225'
email_address:
type: string
examples:
order:
Expand All @@ -384,7 +384,7 @@ examples:
account_order_status_url: #url
shipping:
methods:
address: '123 Fake St, Dallas, TX 75225'
address:
email: '[email protected]'
phone: +112233445566
first_name: John
Expand Down Expand Up @@ -434,7 +434,7 @@ examples:
value: 0
billing:
is_managed_by_amazon: false
address: '123 Fake St, Dallas, TX 75225'
address:
email: '[email protected]'
phone: +112233445566
first_name: John
Expand Down
Loading