Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 10th, 2012  |  syntax: PHP  |  size: 0.32 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $this->data = array(
  2.                         'CoopEmployeeOrder' => array(
  3.                                 'selection' => 9,
  4.                                 'payment_method' => 'credit'
  5.                         ),
  6.                         'CoopEmployeeOrderTransaction' => array(
  7.                                 'cc_name'       => 'Scott D Kennedy',
  8.                                 'cc_number' => '4012888888881881',
  9.                                 'cc_cvc'        => '123',
  10.                                 'cc_month'      => '10',
  11.                                 'cc_year'       => '2013'
  12.                         )
  13.                 );