Payment-settings 〈Original 2024〉

If you were looking for a design specification or a technical breakdown, please let me know!

setDefaultMethod: async (methodId: string): Promise<void> => const res = await fetch( $API_BASE/default , method: 'PUT', headers: 'Content-Type': 'application/json' , body: JSON.stringify( methodId ), ); if (!res.ok) throw new Error('Failed to set default'); , payment-settings

Set your base currency, but allow customers to see prices in their local currency for a smoother experience. If you were looking for a design specification