laravel / cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.
https://laravel.com/docs/cashier-paddle
MIT License
245 stars 57 forks source link

Fix Korean Won amounts #185

Closed patrickomeara closed 1 year ago

patrickomeara commented 1 year ago

Like JPY, KRW also does not use cents. This PR checks the currency before applying the multiplier. #183 #184

driesvints commented 1 year ago

Thanks!