Skip to content

Commit

Permalink
Updating some class properties
Browse files Browse the repository at this point in the history
  • Loading branch information
codedeviate committed Jun 7, 2024
1 parent a04cc1b commit 0cab9d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/class-billmate-account.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class WC_Gateway_Billmate_Partpayment extends WC_Gateway_Billmate {
public $billmate_language;
public $billmate_currency;
public $billmate_partpayment_info;
public $show_monthly_cost_prio;

/**
* Class for Billmate Part Payment payment.
Expand Down
3 changes: 3 additions & 0 deletions src/class-billmate-invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ class WC_Gateway_Billmate_Invoice extends WC_Gateway_Billmate {
public $billmate_language;
public $billmate_currency;
public $billmate_invoice_terms;
public $subscription_active;
public $de_consent_terms;

/**
* Class for Billmate Invoice payment.
*
Expand Down

0 comments on commit 0cab9d7

Please sign in to comment.