Send loyalty phone number with notice pickup request
This commit is contained in:
parent
b2940b16cc
commit
f7a579f71c
@ -210,7 +210,8 @@ function submitNoticeSlip() {
|
|||||||
signature: signaturePad.toDataURL(),
|
signature: signaturePad.toDataURL(),
|
||||||
signatureName: $("#noticesignform #signature").val(),
|
signatureName: $("#noticesignform #signature").val(),
|
||||||
amount: $("#noticeslip-pay-amount").text(),
|
amount: $("#noticeslip-pay-amount").text(),
|
||||||
stripeid: result.paymentMethod.id
|
stripeid: result.paymentMethod.id,
|
||||||
|
phonenumber: getStorage("phonenumber")
|
||||||
}, function (resp) {
|
}, function (resp) {
|
||||||
app.dialog.close();
|
app.dialog.close();
|
||||||
if (resp.status == "OK") {
|
if (resp.status == "OK") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user