/**
  * @param Order $order
  */
 public function beginPayment(Order $order)
 {
     $this->gateway->requestPayment($order);
 }