fix(medusa-plugin-sendgrid): Inject GiftCardService to eliminate undefined error (#2941)

This commit is contained in:
RegisHubelia
2023-01-30 07:11:03 -05:00
committed by GitHub
parent e581d3bd90
commit 2551fe0b93
3 changed files with 15 additions and 11 deletions

View File

@@ -3608,8 +3608,9 @@ You dont have to create a template for every type in the reference. You can s
```json noReport
Object {
"code": Any<String>,
"value": 4,
"value": 100,
"balance": 100,
"display_value": "100.00",
"region": Object {
"automatic_taxes": true,
"created_at": Any<Date>,
@@ -3937,7 +3938,7 @@ const plugins = [
order_placed_template: process.env.SENDGRID_ORDER_PLACED_ID,
localization: {
"de-DE": { // locale key
order_placed_template:
order_placed_template:
process.env.SENDGRID_ORDER_PLACED_ID_LOCALIZED,
},
},