-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.php
15 lines (12 loc) · 928 Bytes
/
_config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
use SilverCart\Admin\Dev\ExampleData;
use SilverCart\Model\ShopEmail;
/***********************************************************************************************
***********************************************************************************************
** **
** Registers the email template to send the Novalnet transaction information to the customer **
** after an order was placed using Novalnet payment methods. **
** **
***********************************************************************************************
**********************************************************************************************/
ShopEmail::register_email_template('PaymentNovalnetTransactionInfo');