[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Authorize.Net Hell
I dont think that MV is using the result of [total-cost noformat] on
your page to send to Authorize.net. In CCLib.pm, the total amount is
again calculated by using the total-cost() subroutine of the
Interpolate.pm module. So, your problem must be somewhere else.
Chris
>
> [value mv_credit_card_info] returns cardtype, number, and expiration,
which
> I can break up easy enough, but...
>
> [total-cost noformat] still shows a dollar sign. Anyone know how to
return
> the price without a dollar sign? When passing the amount to
Authorize.Net,
> I'm pretty sure they want numbers only.
>
> Any ideas?