From 77e56316fc31cf7d7155d1965b43564e1d1b8b23 Mon Sep 17 00:00:00 2001 From: "andrew.ng" Date: Fri, 3 Jul 2026 09:57:21 +0700 Subject: [PATCH] Update quoted by --- .gitignore | 3 +-- payment-api.js | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) 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, };