amzn / amazon-pay-sdk-csharp

Amazon Pay C# SDK
https://payments.amazon.com/developer
Apache License 2.0
48 stars 42 forks source link

The currency formatting must be culture invariant #12

Closed mgesing closed 7 years ago

mgesing commented 7 years ago

Otherwise methods like SetOrderReferenceDetails produces an error InvalidParameterValue, "The Value 'x' is invalid for the Parameter 'Amount'". See pull request.

bjguillot commented 7 years ago

We are actively working on a change very similar to pull request #5 to fix the currency issues when working in non-US cultures.

mgesing commented 7 years ago

Has been solved by SDK 3.1.1. Thank you.