Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 );

    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.

Viewing 2 replies - 1 through 2 (of 2 total)