Hi,
In one (custom) module, I think it retrieves the order info here :
PHP Code:
$sips = $this->makeRequest($order->info['total'], $currency);
. I have problems with this modules which ignores all discounts.
In this (Paypal IPN - works perfactly) module, I see this :
PHP Code:
$this->totalsum = $order->info['total'];
. Paypal works fine; I'd like to know why the other doesn't but I'm having a little difficulty understanding exactly where and how the payment modules get their order info from. Can someone enlighten me ?
Thanks
Pete
Bookmarks