include wiaas plugin for fetching delivery steps

This commit is contained in:
GotPPay
2018-08-02 14:29:28 +02:00
parent a35fd40e3a
commit dcbb47425f
2 changed files with 2 additions and 2 deletions

View File

@@ -159,4 +159,4 @@ class Wiaas_Delivery_Process {
}
}
add_action( 'gravityflow_loaded', array('Wiaas_Delivery_Process', 'init') );
add_action( 'gravityflow_loaded', array('Wiaas_Delivery_Process', 'init') );

View File

@@ -246,4 +246,4 @@ class Wiaas_Delivery_Process_Step extends Gravity_Flow_Step {
return absint($value);
}
}
}