From f7a579f71cc1db81100c1c49268944df2a57114c Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 7 Mar 2021 00:53:44 -0700 Subject: [PATCH] Send loyalty phone number with notice pickup request --- www/assets/js/noticeslip.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/assets/js/noticeslip.js b/www/assets/js/noticeslip.js index a40619d..d370f8c 100644 --- a/www/assets/js/noticeslip.js +++ b/www/assets/js/noticeslip.js @@ -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") {