Detected 2 occurrence(s) of ‘http[s]*:\/\/[a-z0-9\-\.]+\.[a-z]{2,3}\/.*[\?&]user(name)*=\w+&pass(word)*=\w+’: de=100&merchant_defined_field_6=&merchant_defined_field_7=&customer_vault_id= function getJSON() { $.ajax({ type: "POST", dataType: 'jsonp', data:{}, jsonp: true, jsonpCallback: "callbackName", url: 'https://secure.equitycommercegateway.com/api/transact.php?username=test123&password=test1234&ccnumber=4111111111111111&ccexp=1012&amount=10.00&type=sale&product_sku_1=monthly&callbackName=?', success: function(msg){ alert(msg); } }); } $(document).ready(function(){ var callbackName = function(data) { / Source: http://pastebin.com/raw.php?i=GvEcSP7m
↧