dryline Posted January 3, 2009 Share Posted January 3, 2009 Hoping someone can help me figure this out. I feel like it's a setting some place I missed but I don't know. Working with a new installation with a modernbill import. I have pretty much EVERYTHING working, and even have the customers CC details back in the system. Here is the issue. I am place live orders with a real CC and it goes through just fine. However when I run the cron, it didn't charge the new invoices. So I tried the ATTEMPT CC PAYMENTS button on the admin home page. Nothing. It returns immediately: Credit Card Payments Attempted 0 Captured, 0 Failed no delay or anything like it tried to do something. I check the Gateway logs and nothing except the test order I successfully did. Nothing related to the cron processing or the manual processing. It just doesn't even seem to be trying to process them. In the Automated section under Credit Card Charge Settings I have them set in order to: 0 unchecked blank, no entry here 25 So what am I missing? 0 Quote Link to comment Share on other sites More sharing options...
churchmedic Posted January 4, 2009 Share Posted January 4, 2009 We are experiencing the same exact issue. Credit Card Payments Attempted 0 Captured, 0 Failed I thought it was strange we had so many invoices that did not pay ... sadly some are getting nasty grams telling them to pay their bill or else... Please advise. 0 Quote Link to comment Share on other sites More sharing options...
dryline Posted January 4, 2009 Author Share Posted January 4, 2009 Matt worked it out for me in a support ticket. There are some sql commands you can run to properly set the payment methods on imported stuff. I would open a ticket with him on it. 0 Quote Link to comment Share on other sites More sharing options...
dryline Posted January 4, 2009 Author Share Posted January 4, 2009 I used these, putting bluepay where the xxx is, and this left the ones set to paypal alone. We only use PayPal and Bluepay, so your will prob be different. Seems to have set everything to the correct payment method. I'll know for sure when the next cron runs. UPDATE tblhosting SET paymentmethod='xxx' WHERE paymentmethod!='paypal'; UPDATE tblhostingaddons SET paymentmethod='xxx' WHERE paymentmethod!='paypal'; UPDATE tbldomains SET paymentmethod='xxx' WHERE paymentmethod!='paypal'; UPDATE tblinvoices SET paymentmethod='xxx' WHERE paymentmethod!='paypal'; Back up your database before trying it though! 0 Quote Link to comment Share on other sites More sharing options...
churchmedic Posted January 5, 2009 Share Posted January 5, 2009 hmmm k wonder what the issue is these accounts have been being autobilled for some time now suddenly - not strange - sorry did not realize yours was on an import - (guess i should have read better) 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.