Ejemplo n.º 1
0
 /**
  * @param OrderInterface $order
  */
 public function __construct(OrderInterface $order)
 {
     $this->data = $order;
     $this->path = sprintf('orders/%s', $order->getPayUOrderId());
 }