Update quoted by
This commit is contained in:
parent
b1c7259630
commit
77e56316fc
|
|
@ -1,5 +1,4 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
data/*.db
|
data/
|
||||||
data/*.db-*
|
|
||||||
.env
|
.env
|
||||||
public/config.js
|
public/config.js
|
||||||
|
|
@ -41,9 +41,9 @@ async function createPaymentLink(payload) {
|
||||||
.replace('Z', '000Z'), // 7 days from now, e.g. 2026-07-09T12:34:56.789000Z
|
.replace('Z', '000Z'), // 7 days from now, e.g. 2026-07-09T12:34:56.789000Z
|
||||||
quoted_by: {
|
quoted_by: {
|
||||||
id: "1",
|
id: "1",
|
||||||
fullname: "Kay",
|
fullname: "Prology Pty Ltd",
|
||||||
email: "kay@prology.net",
|
email: "sales@prology.net",
|
||||||
phone: "+61 2 8061 6886",
|
phone: "02 8061 6886",
|
||||||
},
|
},
|
||||||
quote_number: payload.quoteNumber,
|
quote_number: payload.quoteNumber,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue