Actions
Bug #3535
closedPaypal express checkout only supports us currency
Start date:
08/21/2014
Due date:
% Done:
0%
Estimated time:
Description
The express checkout only seems to support USD currencies.
To fix it appears that this line needs to be added to src/Wt/Payment/PayPal.C
line 524:
map["PAYMENTREQUEST_0_CURRENCYCODE"] = impl*->order*.totalOrderCost().currency();
Updated by Koen Deforche about 10 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version changed from 3.3.3 to 3.3.4
Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed
Actions