SonarSoftwareInc / customer_portal

A prebuilt customer portal for Sonar.
https://sonar.software
25 stars 52 forks source link

Fixed issue with paypal currency #37

Closed zulandar closed 5 years ago

zulandar commented 5 years ago

When configuring paypal and selecting a currency it would save the array index instead of the value. Adjusted to match what paypal requires. Tested locally within the paypal.

zulandar commented 5 years ago

@geneccx When sending off to paypal the method is sending the key instead of the value. I set it with key/value to be the same and when being sent to paypal the proper string will be sent "USD", etc. The only thing that was being stored in the DB was the key so the key/value relationship would break after being saved.