factor Posted January 19, 2010 Share Posted January 19, 2010 (edited) Hi, we are trying to develop a payment module for bidobido.com and the problem we have is no matter what we do, when using the attached function the amount we receive in the array reply is always 0. array(14) { ["paymentmethod"]=> string( "bidobido" ["convertto"]=> string(0) "" ["name"]=> string(12) "BidoBido.com" ["type"]=> string(2) "CC" ["visible"]=> string(2) "on" ["companyname"]=> string(42) "LA TIENDA, SL" ["systemurl"]=> string(35) "https://latienda.com/" ["returnurl"]=> string(59) "https://la tienda.com/viewinvoice.php?id=xxxx" ["langpaynow"]=> string(11) "Pagar Ahora" ["description"]=> string(60) "LA TIENDA, SL - Factura nºxxxx" ["invoiceid"]=> string(4) "xxxx" ["clientdetails"]=> NULL ["amount"]=> string(4) "0.00" //// <----- HERE IS THE PROBLEM ["currency"]=> string(3) "EUR" } Could you please tell us what we are doing wrong and, if possible, how to correct it? The module will be freed for inclusion on whmcs by the way, it will be very popular in spain as it offers credit card payments for only 1% and no monthly fees. Regards, bidobido_link.txt Edited January 19, 2010 by factor quoting code 0 Quote Link to comment Share on other sites More sharing options...
factor Posted January 19, 2010 Author Share Posted January 19, 2010 NOTE: the smiley beside string is an 8 and a ) Regards, 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.