Skip to content

Commit

Permalink
gpecf-set-discount-amount-by-field-value.php: Fixed PHP 8.2 warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
saifsultanc authored Sep 2, 2024
1 parent 916973b commit 7eb0f69
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gp-easy-passthrough/gpep-edit-entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class GPEP_Edit_Entry {
private $form_id;
private $delete_partial;
private $passed_through_entries;
private $refresh_token;
private $process_feeds;

public function __construct( $options ) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
*/
class GPECF_Discount_Amounts_By_Field_Value {

private $_args = array();

public function __construct( $args = array() ) {

// set our default arguments, parse against the provided arguments, and store for use throughout the class
Expand Down
2 changes: 2 additions & 0 deletions gp-ecommerce-fields/gpecf-tax-amounts-by-field-value.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
*/
class GPECF_Tax_Amounts_By_Field_Value {

private $_args = array();

public function __construct( $args = array() ) {

// set our default arguments, parse against the provided arguments, and store for use throughout the class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*/
class GW_Tax_Inclusive_Order_Summary {

private $_args = array();

public function __construct( $args = array() ) {

// set our default arguments, parse against the provided arguments, and store for use throughout the class
Expand Down

0 comments on commit 7eb0f69

Please sign in to comment.