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.
|