Wim* Posted September 18, 2009 Share Posted September 18, 2009 I'm starting to feel really stupid, i know it's something i'm doing wrong (shore i'm not the only one using PayPal in WHMCS in whole europe ). I have only one currency in setup => currencies ant thats EUR I have only one client account, and the default currency is EUR Evrything in the shop shows up in euro's, the invoices are in euro's.. But when i go to PayPal, it shows up in USD.. (The Default currency of my PayPal account is also EUR) Please, can somebody tell me what i'm missing? TIA Wim. 0 Quote Link to comment Share on other sites More sharing options...
Wim* Posted September 18, 2009 Author Share Posted September 18, 2009 For people who have this issue.. I found a record 'convertto' in the DB, table 'tblpaymentgateways'. that was set to 2. when you set this to 1 it works ok. Or just run this query: UPDATE `tblpaymentgateways` SET `value` = '1' WHERE CONVERT( `gateway` USING utf8 ) = 'paypal' AND CONVERT( `setting` USING utf8 ) = 'convertto' AND CONVERT( `value` USING utf8 ) = '2' AND `order` =0 LIMIT 1 ; If there is anyone who kan tel me where i set this in WHMCS, i am very curious! 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.