1.3.2
- Ensure that
amount
has the required format when resolving payment requests.
Important: The amount string in thePaymentInfo
must be convertible to aDouble
. For ex. "12.39" is valid, but "12.39 €" or "12,39" are not valid.
amount
has the required format when resolving payment requests.PaymentInfo
must be convertible to a Double
. For ex. "12.39" is valid, but "12.39 €" or "12,39" are not valid.