TickLabVN / ssps-be

Back-end for HCMUT-SSPS
0 stars 1 forks source link

refactor(paypal): change amount of create PayPal Order to VND; use VND as immediate unit of coin #45

Closed quannhg closed 11 months ago

quannhg commented 11 months ago

This refactor involves changing the amount in the create PayPal Order API from USD to VND. Additionally, it uses VND as the immediate unit of coin instead of USD. A simple USD to VND utility function based on the original VND to USD function has also been implemented. This change includes a breaking change as it switches the immediate unit of coin to VND.

BREAKING CHANGE: Switches the immediate unit of coin from USD to VND