kylevorster Posted November 10, 2015 Share Posted November 10, 2015 (edited) Hey all, I've updated my WHMCS installation from 5 to 6 last night and loaded a new payment gateway that allows for tokenisation. On my local dev copy clients can manage a credit card from the client area but on my live copy there's no such option. I've tried everything but I can not find how to enable that option .. Any advice ? --- update --- It seems like tokenisation ain't working at all, the credit card number and expiry that gets saved but the _storeremote function ain't being called. --------------- Edited November 10, 2015 by kylevorster added more info 0 Quote Link to comment Share on other sites More sharing options...
kylevorster Posted November 10, 2015 Author Share Posted November 10, 2015 I figured out what the problem was, the gateway was added to the database with type 'invoice' instead of 'CC' and that caused the problem, if only WHMCS has better documentation ... select * from tblpaymentgateways; gateway | setting | value +--------------+--------------------+ | gateway | type | Invoices should be gateway | setting | value +--------------+--------------------+ | gateway | type | CC - - - Updated - - - Next question would be, is there anyway not to store the full cc number but only the last 4 digits, cause if you create a token then only the token and the cvc gets passed to the gateway, so there's no point in storing the full cc number. 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.