TickLabVN / ssps-be

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

fix(coin): round VND conversion from USD to avoid missing bonus coin #49

Closed quannhg closed 9 months ago

quannhg commented 9 months ago

The fix addresses a scenario where the conversion from USD to VND in the completion of a PayPal order might result in a fractional VND value due to the infinite float of the exchange ratio. Rounding the VND result prevents the loss of bonus coins.