
Untitled
By: a guest on
Aug 10th, 2012 | syntax:
PHP | size: 0.32 KB | hits: 21 | expires: Never
$this->data = array(
'CoopEmployeeOrder' => array(
'selection' => 9,
'payment_method' => 'credit'
),
'CoopEmployeeOrderTransaction' => array(
'cc_name' => 'Scott D Kennedy',
'cc_number' => '4012888888881881',
'cc_cvc' => '123',
'cc_month' => '10',
'cc_year' => '2013'
)
);