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