laravel / cashier-mollie

MIT License
376 stars 63 forks source link

Changing the invoice pricing format #186

Closed pascallieverse closed 4 years ago

pascallieverse commented 4 years ago

Currently the invoice shows the price of subscriptions like "209,00 €" using the Cashier::formatAmount. Is there a way to change the format to display it like "€ 209,00"?

sandervanhooft commented 4 years ago

Hi @pascallieverse ,

You can set your own formatting callback using formatCurrencyUsing.

https://github.com/laravel/cashier-mollie/blob/5f5a8e326595659b6cc47f99c618fba1621a2587/src/Cashier.php#L169