Re: Bug zapped

Posts: 5
Joined: 11/02/2007

Hi, I'm trying this plugin also with govatron's tweak, but it seems that when it trys to make a transaction, it takes off the 0 on my order total. It will charge $7.37 for an invoice of $73.70.

EDIT: I found that "transactionamount" => $order->order_total in $submit_data= array( is removing the 0 on the total...
I did a print on the $order->order_total before the array assignments and it was still 73.70
Any idea how to not make it delete the end 0?

EDIT2: "transactionamount" => number_format($order->order_total, 2, '.', ''), seems to work for me. Smiling

Also, I don't know if it's a bug in ubercart, but I can not seem to make a separate payment in the 'payments' tab, it uses the original invoice's total instead of the custom amount I put in.

Skipjack Payment Gateway By: mac_perlinski (3 replies) Thu, 03/06/2008 - 12:43