Replace cancelled typo with canceled in docs as implementing the docs was causing notifications to not send emails.
This commit is contained in:
@@ -12,7 +12,7 @@ If no values are defined for a given option, the plugin will not try to send an
|
|||||||
from: [the from field, i.e. ACME <acme@mail.com>] (required),
|
from: [the from field, i.e. ACME <acme@mail.com>] (required),
|
||||||
gift_card_created_template: [used on gift_card.created],
|
gift_card_created_template: [used on gift_card.created],
|
||||||
order_placed_template: [used on order.placed],
|
order_placed_template: [used on order.placed],
|
||||||
order_cancelled_template: [used on order.cancelled],
|
order_canceled_template: [used on order.canceled],
|
||||||
order_shipped_template: [used on order.shipment_created],
|
order_shipped_template: [used on order.shipment_created],
|
||||||
order_completed_template: [used on order.completed],
|
order_completed_template: [used on order.completed],
|
||||||
user_password_reset_template: [used on user.password_reset],
|
user_password_reset_template: [used on user.password_reset],
|
||||||
@@ -21,7 +21,7 @@ If no values are defined for a given option, the plugin will not try to send an
|
|||||||
"de-DE": { // locale key
|
"de-DE": { // locale key
|
||||||
gift_card_created_template: [used on gift_card.created],
|
gift_card_created_template: [used on gift_card.created],
|
||||||
order_placed_template: [used on order.placed],
|
order_placed_template: [used on order.placed],
|
||||||
order_cancelled_template: [used on order.cancelled],
|
order_canceled_template: [used on order.canceled],
|
||||||
order_shipped_template: [used on order.shipment_created],
|
order_shipped_template: [used on order.shipment_created],
|
||||||
order_completed_template: [used on order.completed],
|
order_completed_template: [used on order.completed],
|
||||||
user_password_reset_template: [used on user.password_reset],
|
user_password_reset_template: [used on user.password_reset],
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ class SendGridService extends NotificationService {
|
|||||||
* from: Medusa <hello@medusa.example>,
|
* from: Medusa <hello@medusa.example>,
|
||||||
* order_placed_template: 01234,
|
* order_placed_template: 01234,
|
||||||
* order_updated_template: 56789,
|
* order_updated_template: 56789,
|
||||||
* order_cancelled_template: 4242,
|
* order_canceled_template: 4242,
|
||||||
* user_password_reset_template: 0000,
|
* user_password_reset_template: 0000,
|
||||||
* customer_password_reset_template: 1111,
|
* customer_password_reset_template: 1111,
|
||||||
* }
|
* }
|
||||||
|
|||||||
Reference in New Issue
Block a user