Skip to content

Commit

Permalink
Merge pull request #196 from lenada/dynamic-properties
Browse files Browse the repository at this point in the history
Avoid dynamic properties
  • Loading branch information
dennisnissle authored Nov 15, 2023
2 parents 8528a32 + ff0f400 commit cad6ac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class WC_GZD_Gateway_Direct_Debit extends WC_Payment_Gateway {

protected $mandate_text;

protected $instructions;

public $admin_fields = array();

/**
Expand Down
2 changes: 2 additions & 0 deletions includes/gateways/invoice/class-wc-gzd-gateway-invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class WC_GZD_Gateway_Invoice extends WC_Payment_Gateway {

protected $customers_completed;

protected $instructions;

/**
* Constructor for the gateway.
*/
Expand Down

0 comments on commit cad6ac7

Please sign in to comment.