Adamw has uploaded a new change for review. https://gerrit.wikimedia.org/r/96574
Change subject: some testing data ...................................................................... some testing data Change-Id: I655bd3edbebb02a310d961f6caffca8644c368ed --- A sites/all/modules/queue2civicrm/tests/data/recurring_payment.inc A sites/all/modules/queue2civicrm/tests/data/recurring_signup.inc 2 files changed, 77 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm refs/changes/74/96574/1 diff --git a/sites/all/modules/queue2civicrm/tests/data/recurring_payment.inc b/sites/all/modules/queue2civicrm/tests/data/recurring_payment.inc new file mode 100644 index 0000000..bfee913 --- /dev/null +++ b/sites/all/modules/queue2civicrm/tests/data/recurring_payment.inc @@ -0,0 +1,41 @@ +<?php + +$message = array( + 'mc_gross' => "3.00", + 'protection_eligibility' => "Eligible", + 'address_status' => "confirmed", + 'payer_id' => "24B4Y6BZGNT2C", + 'address_street' => "1211122 132 st", + 'payment_date' => "15:52:33 Nov 01, 2013 PDT", + 'payment_status' => "Completed", + 'charset' => "UTF-8", + 'address_zip' => "T4V 2L2", + 'first_name' => "Gen", + 'mc_fee' => "0.33", + 'address_country_code' => "CA", + 'address_name' => "Gen Russ", + 'notify_version' => "3.7", + 'subscr_id' => "S-64E67934881J88118", + 'custom' => "15017277", + 'payer_status' => "unverified", + 'business' => "[email protected]", + 'address_country' => "Canada", + 'address_city' => "Edmonton", + 'verify_sign' => "AMuUaVWl4LgJrwIOMczIBpnrLrrZAkmsqzN5PHvG6cUBxLoeCb475B8V", + 'payer_email' => "[email protected]", + 'txn_id' => "0UM08422L9208405V", + 'payment_type' => "instant", + 'last_name' => "Russ", + 'address_state' => "Alberta", + 'receiver_email' => "[email protected]", + 'payment_fee' => '', + 'receiver_id' => "EZ782AEXJUWU8", + 'txn_type' => "subscr_payment", + 'item_name' => "Donation to the Wikimedia Foundation", + 'mc_currency' => "CAD", + 'item_number' => "DONATE", + 'residence_country' => "CA", + 'transaction_subject' => "15201777", + 'payment_gross' => '', + 'ipn_track_id' => "aab364ce13499", +); diff --git a/sites/all/modules/queue2civicrm/tests/data/recurring_signup.inc b/sites/all/modules/queue2civicrm/tests/data/recurring_signup.inc new file mode 100644 index 0000000..695d25a --- /dev/null +++ b/sites/all/modules/queue2civicrm/tests/data/recurring_signup.inc @@ -0,0 +1,36 @@ +<?php + +$message = array( + "address_city" => "Bethel Park", + "address_country" => "United States", + "address_country_code" => "US", + "address_name" => "Gen Russ", + "address_state" => "PA", + "address_status" => "confirmed", + "address_street" => "5109 Lockwood Rd", + "address_zip" => "15110-1232", + "amount3" => "3.00", + "business" => "[email protected]", + "charset" => "UTF-8", + "custom" => "15028173", + "first_name" => "Gen D", + "ipn_track_id" => "38c689188774d", + "item_name" => "Donation to the Wikimedia Foundation", + "item_number" => "DONATE", + "last_name" => "Russ", + "mc_amount3" => "3.00", + "mc_currency" => "CAD", + "notify_version" => "3.7", + "payer_email" => "[email protected]", + "payer_id" => "HK88M82Y7MLZ2", + "payer_status" => "verified", + "period3" => "1 M", + "reattempt" => "1", + "receiver_email" => "[email protected]", + "recurring" => "1", + "residence_country" => "US", + "subscr_date" => "16:07:05 Nov 01, 2013 PDT", + "subscr_id" => "S-1028048X07A26702A", + "txn_type" => "subscr_signup", + "verify_sign" => "A5VSEChOEYwkDv7mgId.m2eXJO5RAhH.qwB5AejTaUrPjcw9JvEAv2S0" +); -- To view, visit https://gerrit.wikimedia.org/r/96574 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I655bd3edbebb02a310d961f6caffca8644c368ed Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/fundraising/crm Gerrit-Branch: master Gerrit-Owner: Adamw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
