예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function orderSubmit(OrderInterface $order)
 {
     // lets prepare datas and redirect to icepay
     $api = new IcepayApi();
     $api->submitOrderUsingIcepayPayment($order);
 }