Plugin Directory

Changeset 2012164


Ignore:
Timestamp:
01/14/2019 05:21:30 PM (7 years ago)
Author:
mychoice2pay
Message:

Send email in transaction creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mc2p-gravityforms-addon/trunk/class_gf_mc2p.php

    r2006494 r2012164  
    434434        }
    435435
     436        $email_input_id = rgar( $feed['meta'], "billingInformation_email" );
     437        $email = $this->get_field_value( $form, $entry, $email_input_id );
     438
    436439        $data = array(
    437440            "order_id" => $order_id,
     
    440443            "cancel_url" => $cancel_url,
    441444            "notify_url" => $notify_url,
    442             "products" => $products
     445            "products" => $products,
     446            "extra" => array(
     447                "email" => $email
     448            )
    443449        );
    444450
Note: See TracChangeset for help on using the changeset viewer.