hi developers,

in the alertpay payment tutorial by vikram vaswani is a part to load the order by the users session, like this code here:

if ($oOrder->load(oxSession::getVar('sess_challenge')) && $oOrder->oxorder__oxpaymenttype->value == 'alertpay')

the tutorial can be found at the zend devzone: http://devzone.zend.com/article/7525-Accepting-Credit-Card-Payments-with-OXID-eShop-CE-and-AlertPay

now, with oxid 4.4.2, the oxSession::getVar('sess_challenge') can't load the order, because the same code will be work in earlier versions of oxid.

is something change with this functions (sess_challenge or oxOrder::load) since 4.4.1?

Thanks

Andy Tandler
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to