rebase on oct-10-2023
This commit is contained in:
@@ -28,6 +28,20 @@ class WC_Gateway_BACS extends WC_Payment_Gateway {
|
||||
*/
|
||||
public $locale;
|
||||
|
||||
/**
|
||||
* Gateway instructions that will be added to the thank you page and emails.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $instructions;
|
||||
|
||||
/**
|
||||
* Account details.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $account_details;
|
||||
|
||||
/**
|
||||
* Constructor for the gateway.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user