I ve建立了一个海关付款网,但现在我需要处理邮政付款通知(如尼共(毛主义)),以便为某项交易提供补充资料。
I ve tried a lot of different combinations including:
Mage::getModel( sales/order )->load( #id )
->getPayment()
->getTransaction( #id )
->setAdditionalInformation( foo , bar )
->save();
Which doesn t produce any error (I m able to retrieve order/payment/transaction) But save action seems to be inoperant. I also tried to save through the payment object without luck.