Send loyalty phone number with notice pickup request

This commit is contained in:
Skylar Ittner 2021-03-07 00:53:44 -07:00
parent b2940b16cc
commit f7a579f71c

View File

@ -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") {