diff --git a/.gitignore b/.gitignore index 672e5aa..e3e5529 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules/ -data/*.db -data/*.db-* +data/ .env public/config.js \ No newline at end of file diff --git a/payment-api.js b/payment-api.js index bcc3553..8bee542 100644 --- a/payment-api.js +++ b/payment-api.js @@ -41,9 +41,9 @@ async function createPaymentLink(payload) { .replace('Z', '000Z'), // 7 days from now, e.g. 2026-07-09T12:34:56.789000Z quoted_by: { id: "1", - fullname: "Kay", - email: "kay@prology.net", - phone: "+61 2 8061 6886", + fullname: "Prology Pty Ltd", + email: "sales@prology.net", + phone: "02 8061 6886", }, quote_number: payload.quoteNumber, };