Re: [Citrusdb-users] I got error during conduct refund.

2010-04-26 Thread Eric Cho
Oh. Thanks. This is my address for twitter. I hope you add this there. http://twitter.com/myfoxfree Appreciate! -Eric From: Paul Yasi To: For users of CitrusDB discussion Sent: Tue, April 27, 2010 8:58:38 AM Subject: Re: [Citrusdb-users] I got error durin

Re: [Citrusdb-users] I got error during conduct refund.

2010-04-26 Thread Paul Yasi
I've added this code in there now. I also added your name to the code contributor list. Do you have a domain name you would like listed next to your name? http://bazaar.launchpad.net/~paul-citrusdb/citrusdb/gpg/revision/242 Thanks, Paul 2010/4/26 Eric Cho : > Oh sorry. > > I forgot to attach

Re: [Citrusdb-users] Error on importing credit card change

2010-04-26 Thread Paul Yasi
Oops. I've committed a fix for the next release: http://bazaar.launchpad.net/~paul-citrusdb/citrusdb/gpg/revision/241 Paul 2010/4/26 Eric Cho : > Hello! > > I found one little error in the "tools/modules/billling/importccupdate.php" > > 85 line > I believe that >       $armordate .= "$line[0]

[Citrusdb-users] Error on importing credit card change

2010-04-26 Thread Eric Cho
Hello! I found one little error in the "tools/modules/billling/importccupdate.php" 85 line I believe that $armordate .= "$line[0]\n"; will be change to $armordata .= "$line[0]\n"; 'e' >> 'a' I hope this information will be reflect to next version :) Have a good day! -Eri

Re: [Citrusdb-users] I got error during conduct refund.

2010-04-26 Thread Eric Cho
Oh sorry. I forgot to attach my code in tools/refund.php As at #2, I made this codes at line 46~ if ($refundamount == 0) { $query = "UPDATE billing_details SET refund_amount = 0.00, refund_date = null WHERE id = $detailid"; $result = $DB->Execute($qu

Re: [Citrusdb-users] I got error during conduct refund.

2010-04-26 Thread Eric Cho
Thanks for your reply. #1, As I tried 'creditcard' instead of 'prepaycc', it works well same as 'prepaycc'. (almostly 100% for me) What's exactly differences 'creditcard' and 'prepaycc'?? I could use both, since I can control billing date (upcoming). #2, When I tried refund I couldn't find