First Data Global Gateway e4 sample code

2014-09-22 Thread Michael Dinowitz
I'm updating a payment gateway to the First Data e4 spec and after looking through their site, I can't find anything that looks like useful sample code. The one example they have for CF is from 2003. The link that looks like it goes to a more current sample asks me to log in.

Re: Not able to read a RSS feed from a WordPress website

2014-09-22 Thread Chris h
Thanks Dave. This is no longer a programming issue, though. It has nothing to do with reading and displaying the RSS feeds at this point. Instead, it has to do with fixing the connectivity problem between the two machines. People on a mailing list are not going to be able to help you do

Re: Not able to read a RSS feed from a WordPress website

2014-09-22 Thread Dave Watts
This is no longer a programming issue, though. It has nothing to do with reading and displaying the RSS feeds at this point. Instead, it has to do with fixing the connectivity problem between the two machines. People on a mailing list are not going to be able to help you do this

RE: Forms not passing data?

2014-09-22 Thread UXB Internet
The issue mainly is that it's not always happening all the time. So it's not repeatable as far as I can tell. If you have verified the code then check to see if the user in question is running an internet security program of some kind. Many of the firewalls they install prevent form

Re: Forms not passing data?

2014-09-22 Thread Phillip Vector
AAAa... There we go. That's the most logical answer (since I blocked the error emails from that one user and when that specific error shows up and it's been quiet). I'll pass the word along and let him know. Thank you. :) On Mon, Sep 22, 2014 at 12:19 PM, UXB Internet

Re: Forms not passing data?

2014-09-22 Thread .jonah
But the correct answer is to correct the enctype so this won't be an issue. On 9/22/14, 12:21 PM, Phillip Vector wrote: AAAa... There we go. That's the most logical answer (since I blocked the error emails from that one user and when that specific error shows up and it's been quiet).

Re: Forms not passing data?

2014-09-22 Thread Phillip Vector
Already corrected it and it's still doing it. I'm willing to try anything at this point. On Mon, Sep 22, 2014 at 1:16 PM, .jonah jonah@creori.com wrote: But the correct answer is to correct the enctype so this won't be an issue. On 9/22/14, 12:21 PM, Phillip Vector wrote: AAAa...

Re: Forms not passing data?

2014-09-22 Thread .jonah
Gotit. Apologies for not tracking the thread closely. It might be interesting to log ALL the variables in the various scopes when that happens and see what's coming through. Good luck! On 9/22/14, 1:25 PM, Phillip Vector wrote: Already corrected it and it's still doing it. I'm willing to

Re: First Data Global Gateway e4 sample code

2014-09-22 Thread Michael Dinowitz
According to zendesk, the file with the ColdFusion sample code does not exist. I'm using php code as my sample for a ColdFusion app. Not the way things should be. If anyone has any First Data Global Gateway sample code that they want to send to First Data and/or Adobe, please do so. It's

Re: First Data Global Gateway e4 sample code

2014-09-22 Thread Bryan Stevenson
I'll 2nd thatIF I have seen CF examples in payment processing APIs, they has generally looked like a 5th grader wrote it with a crayon ;-) c'est la vie! *Bryan Stevenson*B.Comm. President CEO Electric Edge Systems Group Inc. - makers of FACTS^(TM) phone: 250.480.0642 cell: 250.920.8830

Re: First Data Global Gateway e4 sample code

2014-09-22 Thread Maureen
I have a client who uses First Data, but the gateway code is in PHP. I could take a crack at doing a CF version if you still need it. On Mon, Sep 22, 2014 at 6:27 PM, Michael Dinowitz mdino...@houseoffusion.com wrote: According to zendesk, the file with the ColdFusion sample code does not

Re: First Data Global Gateway e4 sample code

2014-09-22 Thread .jonah
Create it as a gateway to plug in to CFPayment. It's a nice framework for handling payment processing stuff. On 9/22/14, 4:39 PM, Maureen wrote: I have a client who uses First Data, but the gateway code is in PHP. I could take a crack at doing a CF version if you still need it. On Mon, Sep

Re: First Data Global Gateway e4 sample code

2014-09-22 Thread Casey Dougall - Uber Website Solutions
https://firstdata.zendesk.com/entries/407571-First-Data-Global-Gateway-e4-Web-Service-API-Reference-Guide slacker On Sep 22, 2014 7:58 AM, Michael Dinowitz mdino...@houseoffusion.com wrote: I'm updating a payment gateway to the First Data e4 spec and after looking through their site, I can't