Fix error phone

This commit is contained in:
Joseph Le 2026-07-02 17:52:18 +10:00
parent e6cecef60e
commit b1c7259630
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,5 +1,5 @@
node_modules/ node_modules/
# data/*.db data/*.db
# data/*.db-* data/*.db-*
.env .env
public/config.js public/config.js

View File

@ -43,7 +43,7 @@ async function createPaymentLink(payload) {
id: "1", id: "1",
fullname: "Kay", fullname: "Kay",
email: "kay@prology.net", email: "kay@prology.net",
phone: "AU: +61 2 8061 6886 ext 8007, US: +1 714 689 3332 ext 8007", phone: "+61 2 8061 6886",
}, },
quote_number: payload.quoteNumber, quote_number: payload.quoteNumber,
}; };