¨4.0.1¨
This commit is contained in:
@@ -13,6 +13,7 @@ class CheckPayment implements GatewayInterface
|
||||
public $description;
|
||||
public $instructions;
|
||||
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->label = setting('check_payment_label');
|
||||
@@ -20,11 +21,13 @@ class CheckPayment implements GatewayInterface
|
||||
$this->instructions = setting('check_payment_instructions');
|
||||
}
|
||||
|
||||
|
||||
public function purchase(Order $order, Request $request)
|
||||
{
|
||||
return new NullResponse($order);
|
||||
}
|
||||
|
||||
|
||||
public function complete(Order $order)
|
||||
{
|
||||
return new NullResponse($order);
|
||||
|
||||
Reference in New Issue
Block a user