'membership_type_id' => array(23, $this->membershipTypeAnnualFixedID),
'record_contribution' => 1,
'total_amount' => 50,
- 'receive_date' => date('m/d/Y', time()),
- 'receive_date_time' => '08:36PM',
+ 'receive_date' => date('Y-m-d', time()) . ' 20:36:00',
'payment_instrument_id' => array_search('Check', $this->paymentInstruments),
'contribution_status_id' => CRM_Core_PseudoConstant::getKey('CRM_Contribute_BAO_Contribution', 'contribution_status_id', 'Completed'),
'financial_type_id' => '2', //Member dues, see data.xml
'record_contribution' => 1,
'status_id' => 1,
'total_amount' => 25,
- 'receive_date' => date('m/d/Y', time()),
- 'receive_date_time' => '08:36PM',
+ 'receive_date' => date('Y-m-d', time()) . ' 20:36:00',
'payment_instrument_id' => array_search('Check', $this->paymentInstruments),
'financial_type_id' => '2', //Member dues, see data.xml
'payment_processor_id' => $this->_paymentProcessorID,
'end_date' => '',
// This format reflects the 23 being the organisation & the 25 being the type.
'membership_type_id' => array(23, $this->membershipTypeAnnualFixedID),
+ 'receive_date' => date('Y-m-d', time()) . ' 20:36:00',
'record_contribution' => 1,
'total_amount' => $this->formatMoneyInput($partiallyPaidAmount),
- 'receive_date' => date('m/d/Y', time()),
- 'receive_date_time' => '08:36PM',
'payment_instrument_id' => array_search('Check', $this->paymentInstruments),
'contribution_status_id' => CRM_Core_PseudoConstant::getKey('CRM_Contribute_BAO_Contribution', 'contribution_status_id', 'Partially paid'),
'financial_type_id' => '2', //Member dues, see data.xml
'total_amount' => $this->formatMoneyInput($partiallyPaidAmount),
'currency' => 'USD',
'financial_type_id' => 2,
- 'receive_date' => '04/21/2015',
- 'receive_date_time' => '11:27PM',
+ 'receive_date' => '2015-04-21 23:27:00',
'trxn_date' => '2017-04-11 13:05:11',
'payment_processor_id' => 0,
'payment_instrument_id' => array_search('Check', $this->paymentInstruments),
'membership_type_id' => array(23, $this->membershipTypeAnnualFixedID),
'record_contribution' => 1,
'total_amount' => 55,
- 'receive_date' => date('m/d/Y', time()),
- 'receive_date_time' => '08:36PM',
+ 'receive_date' => date('Y-m-d', time()) . ' 20:36:00',
'payment_instrument_id' => array_search('Check', $this->paymentInstruments),
'contribution_status_id' => CRM_Core_PseudoConstant::getKey('CRM_Contribute_BAO_Contribution', 'contribution_status_id', 'Completed'),
'financial_type_id' => 2, //Member dues, see data.xml