Fix error phone
This commit is contained in:
parent
e6cecef60e
commit
b1c7259630
|
|
@ -1,5 +1,5 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
# data/*.db
|
data/*.db
|
||||||
# data/*.db-*
|
data/*.db-*
|
||||||
.env
|
.env
|
||||||
public/config.js
|
public/config.js
|
||||||
|
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue