예제 #1
0
 public static function testChargeLink()
 {
     Twocheckout::sandbox(true);
     $params = array('sid' => '1817037', 'mode' => '2CO', 'li_0_name' => 'Test Product', 'li_0_price' => '0.01');
     Twocheckout_Charge::link($params);
 }