No, that's not where the error is:
define('FILENAME_DEFINE_REFUND, 'define_refund');
--> missing the closing quote
Change it to:
define('FILENAME_DEFINE_REFUND', 'define_refund');
No, that's not where the error is:
define('FILENAME_DEFINE_REFUND, 'define_refund');
--> missing the closing quote
Change it to:
define('FILENAME_DEFINE_REFUND', 'define_refund');
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me