Send loyalty phone number with notice pickup request

master
Skylar Ittner 3 years ago
parent b2940b16cc
commit f7a579f71c

@ -210,7 +210,8 @@ function submitNoticeSlip() {
signature: signaturePad.toDataURL(),
signatureName: $("#noticesignform #signature").val(),
amount: $("#noticeslip-pay-amount").text(),
stripeid: result.paymentMethod.id
stripeid: result.paymentMethod.id,
phonenumber: getStorage("phonenumber")
}, function (resp) {
app.dialog.close();
if (resp.status == "OK") {

Loading…
Cancel
Save