Changeset 2012164
- Timestamp:
- 01/14/2019 05:21:30 PM (7 years ago)
- File:
-
- 1 edited
-
mc2p-gravityforms-addon/trunk/class_gf_mc2p.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mc2p-gravityforms-addon/trunk/class_gf_mc2p.php
r2006494 r2012164 434 434 } 435 435 436 $email_input_id = rgar( $feed['meta'], "billingInformation_email" ); 437 $email = $this->get_field_value( $form, $entry, $email_input_id ); 438 436 439 $data = array( 437 440 "order_id" => $order_id, … … 440 443 "cancel_url" => $cancel_url, 441 444 "notify_url" => $notify_url, 442 "products" => $products 445 "products" => $products, 446 "extra" => array( 447 "email" => $email 448 ) 443 449 ); 444 450
Note: See TracChangeset
for help on using the changeset viewer.