Jump to content

ldobson

Retired Forum Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by ldobson

  1. I would ddefinately like to see support for some of the Geotrust stuff, specifically rapidSSL, is this a possibility?
  2. Yes. basically had the same issue, you need to change the database field "paymentmethod" to the name of the gateway you want to move too for example: update tblorders set paymentmethod='quantumgateway' where paymentmethod='payflowpro'; update tblhostingaddons set paymentmethod='quantumgateway' where paymentmethod='payflowpro'; update tblhosting set paymentmethod='quantumgateway' where paymentmethod='payflowpro'; update tblinvoiceitems set paymentmethod='quantumgateway' where paymentmethod='payflowpro'; update tblaccounts set gateway='quantumgateway' where gateway='payflowpro'; Those to name of few of the tables in MySQL. Of course make a backup of your database first!
  3. Matt, WHMCS gives the following: RESULT => 0 PNREF => xxxxxxxxxxxx RESPMSG => Approved: 10751-There's an error with this transaction. Please enter a valid state in the billing address. AUTHCODE => 111111 AVSADDR => Y AVSZIP => Y CVV2MATCH => X PPREF => xxxxxxxxxxxxxxxx CORRELATIONID => xxxxxxxxxxxxxx IAVS => N The invoice is not marked as PAID by WHMCS, and therefore WHMCS will attempt to bill it next time and again, and again etc. Changing all our client states to the two letter abbreiviation fixed it. If you could check this over it would be appreciated.
  4. Yes, We have got bitten by this bug, our clients are getting double and trippled billing, as it fails each day with the same error. Perhaps WHMCS should not allow you to spell out a state (ie "Texas").
  5. I have the same problem, is there a variable for the server hostname?, as i have multiple servers so hard coding in the hostname is not an option.
×
×
  • 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