add merge tag for customer order url

This commit is contained in:
Almira Krdzic
2018-11-06 02:04:34 +01:00
parent d6528e75cf
commit 6ef9936403
2 changed files with 62 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ class Wiaas_Delivery_Process {
require_once( 'delivery-process/class-wiaas-field-order-document.php' );
require_once( 'delivery-process/class-wiaas-field-order-bundle-installation-date.php' );
// merge tags (for emails)
require_once( 'delivery-process/class-wiaas-merge-tag-customer-order-url.php' );
Gravity_Flow_Steps::register( new Wiaas_Delivery_Process_Step() );
GFAddOn::register( 'Wiaas_Delivery_Process_Addon' );