Dear experts,
I'm a noob.But when should one use the add_session method and when should one use the add method in the messageStack class?
Also, can someone review the messageStack usage in all the payment modules? Most of the payment modules contain lots of messageStack usage code like:
$messageStack->add_session(MODULE_PAYMENT_PAYPALDP_TEXT_REFUND_FULL_CONFIRM_ERROR, 'error');
Surely, it's missing the '$class' field in the method parameters?
Cheers,
kamion


But when should one use the add_session method and when should one use the add method in the messageStack class?
Reply With Quote
