'cvv2' => 123,
'credit_card_exp_date' => array(
'M' => 11,
- 'Y' => 2019,
+ 'Y' => 2022,
),
'credit_card_type' => 'Visa',
'is_recur' => 1,
'state_province-5' => 'IL',
'billing_country-5' => 'US',
'country-5' => 'US',
- 'year' => 2019,
+ 'year' => 2022,
'month' => 10,
'ip_address' => '127.0.0.1',
'amount' => 70,
'first_name' => $firstName,
'middle_name' => 'bob',
'last_name' => $lastName,
- 'street_address' => '8 Hobbiton Road',
+ 'street_address' => '8 Hobbiton Road' . uniqid(),
'city' => 'The Shire',
'state_province' => 'IL',
'postal_code' => 5010,
'country' => 'US',
- 'contributionType_name' => 'My precious',
- 'contributionType_accounting_code' => '',
'contributionPageID' => '',
'email' => "{$firstName}.{$lastName}@example.com",
'contactID' => $contactId,
'contributionID' => $contribution['id'],
- 'contributionTypeID' => $this->_financialTypeId,
'contributionRecurID' => $recur->id,
);