mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 02:53:50 +00:00
feat(#1): use stripe session to populate checkout success
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export function formatCurrency(amount: number, currency: string): string {
|
||||
return new Intl.NumberFormat('en-GB', {
|
||||
style: 'currency',
|
||||
currency: currency,
|
||||
}).format(amount);
|
||||
}
|
||||
Reference in New Issue
Block a user