¨4.0.1¨
This commit is contained in:
@@ -9,11 +9,13 @@ class NullResponse extends GatewayResponse
|
||||
{
|
||||
private $order;
|
||||
|
||||
|
||||
public function __construct(Order $order)
|
||||
{
|
||||
$this->order = $order;
|
||||
}
|
||||
|
||||
|
||||
public function getOrderId()
|
||||
{
|
||||
return $this->order->id;
|
||||
|
||||
Reference in New Issue
Block a user