I use django-paypal and I want to charge my users in € not $. I did not find a way to change this behavior (the currency is always equal to the US dollar). But I'm sure there is a way to do this.
Found, just put:
"currency_code": "EUR", # currency
in dictionary.
Source: https://habr.com/ru/post/1773209/More articles:Как ответ HTTP находит путь к правильному окну браузера? - network-programmingесли звук воспроизводится jquery - jqueryWeb application: code from scratch or using a third-party structure? - phpGroovy performance - performanceGroovy: Poor multithreading performance and slow computing compared to Java? - javaBest practice to solve application cold start problem - pythonPHP if / else statement - phpC # Return private objects - c #Telerik management and user interface automation? - integration-testingHow to change input language in C # code? - c #All Articles