diff --git a/src/lib/stores.js b/src/lib/stores.js index 6dd1499..8b30f78 100644 --- a/src/lib/stores.js +++ b/src/lib/stores.js @@ -7,7 +7,7 @@ export const orderTicketForm = writable({ count: 1, email: '', tickets: [], - paymentMethod: 'card', + paymentMethod: 'btcpay', tipPercent: 10, tipCustom: '', __v: 2