PayDriver had the wrong template namespace and assetId
This commit is contained in:
parent
1c408b1c3f
commit
d221dcd01d
1 changed files with 2 additions and 2 deletions
|
|
@ -183,10 +183,10 @@ sub definition {
|
||||||
},
|
},
|
||||||
receiptEmailTemplateId => {
|
receiptEmailTemplateId => {
|
||||||
fieldType => 'template',
|
fieldType => 'template',
|
||||||
namespace => "Shop/ReceiptEmail",
|
namespace => "Shop/EmailReceipt",
|
||||||
label => $i18n->get("receipt email template"),
|
label => $i18n->get("receipt email template"),
|
||||||
hoverHelp => $i18n->get("receipt email template help"),
|
hoverHelp => $i18n->get("receipt email template help"),
|
||||||
defaultValue => 'BMzuE91-XB8E-XGll1zpvA',
|
defaultValue => 'bPz1yk6Y9uwMDMBcmMsSCg',
|
||||||
},
|
},
|
||||||
saleNotificationGroupId => {
|
saleNotificationGroupId => {
|
||||||
fieldType => 'group',
|
fieldType => 'group',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue