diff --git a/src/main/ui/static/templates/payment/v4/payment.js b/src/main/ui/static/templates/payment/v4/payment.js index 5fbe1c3f8..d5dab80d5 100644 --- a/src/main/ui/static/templates/payment/v4/payment.js +++ b/src/main/ui/static/templates/payment/v4/payment.js @@ -30,6 +30,9 @@ $(function () { }); $('#audVal').bind('input porpertychange', function () { + if (window.client_moniker=='PINE') { + alert("input propertry"); + } if (dataCache.paying) { return; }