コード例 #1
0
ファイル: IcepayIdeal.php プロジェクト: winnie80/uc_icepay
 /**
  * {@inheritdoc}
  */
 public function orderSubmit(OrderInterface $order)
 {
     // lets prepare datas and redirect to icepay
     $api = new IcepayApi();
     $api->submitOrderUsingIcepayPayment($order);
 }