rebase on oct-10-2023
This commit is contained in:
@@ -23,6 +23,27 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
*/
|
||||
class WC_Gateway_COD extends WC_Payment_Gateway {
|
||||
|
||||
/**
|
||||
* Gateway instructions that will be added to the thank you page and emails.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $instructions;
|
||||
|
||||
/**
|
||||
* Enable for shipping methods.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $enable_for_methods;
|
||||
|
||||
/**
|
||||
* Enable for virtual products.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public $enable_for_virtual;
|
||||
|
||||
/**
|
||||
* Constructor for the gateway.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user