4ubr3ypwd / gravityforms-firstdata

A Gravity Forms Addon for the FirstData Global Gateway [This plugin has been discontinued.] — Archived 8/11/17
3 stars 5 forks source link

First Data Global Gateway Integration Connect 2.0 #15

Open aubreypwd opened 10 years ago

aubreypwd commented 10 years ago

Reported by Angel on https://trello.com/c/QJvwo2JQ/, there seems to be some changes happening on FirstData happening around 10/1/14.

This change may have an effect on current systems running this plugin.


Are you aware of a big change to how FirstData is handling transactions that takes place on October 1, 2014? All systems need to be updated to the new version of their gateway by then or will not work. Have you checked out the specifications for the October 1, 2014, changes? I see that the plugin has not been updated since July, so I'm curious if you were aware of this or not. Here is the 2.0 integration guide that must be adhered to by October 1. It effects millions of users:

http://www.firstdata.com/downloads/marketing-merchant/fdgg-connect-2.0-integration-guide.pdf Angela

ghost commented 9 years ago

Hi there,

Just wanted to see if there are any plans to update the plugin for the new version, as most recent version just spins and spins when trying to process payments.

Thanks!

ghost commented 9 years ago

Ok, thanks for the quick response! Let me know when you have that set up, as we'd be interested in helping fund that.

Cheers!

aubreypwd commented 9 years ago

@collinjmatthews check out http://www.gofundme.com/gffde4 :) Thanks

caldiatech commented 9 years ago

So there is no resolution to this other than to pay you to fix it? Am I reading this correct?

We have a 501C# - Non-Profit we are giving away our services pro bono. I would like it to work for them.

aubreypwd commented 9 years ago

I was raising some money to get time to work on it, but now that I'm working I haven't really had time to update this plugin. I would really love to, but it needs a lot of work.

caldiatech commented 9 years ago

Do you know specifically what needs work?

From what I see, Gravity Forms uses two variables for Card Date, a month and a year. The plugin is strictly looking for just one entry around line 209

/**
 * set credit card expiration date
 * @param int $date
 * @return object
 */
public function setCreditCardExpiration($date) {
    $this->setPostData('cc_expiry', $date);
    return $this;
}

So if we can hack this to get the variables to pass to G4 I think we will be ok.