Phill Rodgers

Results 3 issues of Phill Rodgers

I don't get an id in the response, it also does not return the value I set for reportUrl ``` $Message = new \MessageBird\Objects\Message(); $Message->scheduledDatetime = date('Y-m-d\TH:i:sP', $sms['sms_send_time']); $Message->originator =...

bug

I would love to use this module but I much prefer the placeholder features in mysql2 over mysql. It is forgiving of extra key:values in the params which is gold....

Can you add the original selector value? I want to do this: $('input[type="email"]').mailgun_validator({ api_key: 'pubkey-XXXXXXXXXX', in_progress: function(){ console.log('MG Validating'); }, success: function(data){ if (!data.is_valid) { mailgunError($(this).selector, data); } else {...