an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > How to have two Currency for Paypal in one acco...
Last Post 6/24/2009 2:45:04 PM By Bahram. 0 replies.
6/24/2009 2:45:04 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
How to have two Currency for Paypal in one account
I use Paypal Pro and use Visa and Mastercard. While I have one bank Account, can I use country token, in order to process in its currency USD or CAD. According to this thread
 
If Express, check PayPalExpressPaymentProvider.cs and change "paymentDetails.OrderTotal.currencyID = CurrencyCodeType.USD;" to the proper value.
 
If Standard, check PaypalStandardPaymentProvider.cs and add "currency_code" query string to the url of the method call
 
I already saw this thread. If I pass the Currency or country code to Paypal. is that the solution.