Email Receipt template is done for the PayDriver.
This commit is contained in:
parent
43fb424433
commit
5ad6047fb2
2 changed files with 41 additions and 5 deletions
|
|
@ -107,6 +107,22 @@ our $HELP = {
|
|||
name => 'shippingAddressPhoneNumber',
|
||||
description => 'item shippingAddressPhoneNumber',
|
||||
},
|
||||
{
|
||||
name => 'lastUpdated',
|
||||
description => 'item lastUpdated',
|
||||
},
|
||||
{
|
||||
name => 'quantity',
|
||||
description => 'item quantity',
|
||||
},
|
||||
{
|
||||
name => 'price',
|
||||
description => 'item price',
|
||||
},
|
||||
{
|
||||
name => 'vendorId',
|
||||
description => 'item vendorId',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -213,10 +229,6 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'address book template',
|
||||
namespace => 'Shop',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue