Fix error phone
This commit is contained in:
parent
e6cecef60e
commit
b1c7259630
|
|
@ -1,5 +1,5 @@
|
|||
node_modules/
|
||||
# data/*.db
|
||||
# data/*.db-*
|
||||
data/*.db
|
||||
data/*.db-*
|
||||
.env
|
||||
public/config.js
|
||||
|
|
@ -43,7 +43,7 @@ async function createPaymentLink(payload) {
|
|||
id: "1",
|
||||
fullname: "Kay",
|
||||
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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue