Viewing 5 replies - 1 through 5 (of 5 total)
  • strid3r

    (@strid3r)

    I am experience the same issue. Can the developer please advise?

    Plugin Contributor lukerollans

    (@hellolukerollansme)

    Hey Guys,

    When I built this plugin, the module in Gravity Forms which it latches on to was in very early development. It’s possible they’ve changed some things and added in a nice notice. I’ll make sure to have a look at this.

    So long as you’re still receiving payments, I wouldn’t worry about it. Gravity Forms Braintree is a very simple plugin and it would be quite hard to completely break.

    bshahrour

    (@bshahrour)

    I’ve taken a look at the code and it seems the protected method authorize that you’re using is deprecated, as GF now checks for any deprecated methods in any of the addons declared classes. I would really appreciate if you could sort this out and perhaps manage to add the Billing Address as it is a core requirement for most banks. Thanks.

    bshahrour

    (@bshahrour)

    I’ve done a bit of modification to send billing information which you might be interested in `’customer’ => array(
    ‘firstName’ => $submission_data[‘card_name’]
    ),
    ‘billing’ => array(
    ‘firstName’ => $submission_data[‘card_name’],
    ‘streetAddress’ => $submission_data[‘address’],
    ‘locality’ => $submission_data[‘city’],
    ‘postalCode’ => $submission_data[‘zip’]
    )
    );
    `
    Beside that I commented the line you set to remove the Billing Address mapping in the feed:
    //$settings = $this->remove_field( 'billingInformation', $settings );

    I am also seeing this issue. Any idea when it will be resolved?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘This add-on needs to be updated. Please contact the developer.’ is closed to new replies.