Jump to content

CC processing issue


dryline

Recommended Posts

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?

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated