Skip to content

Commit

Permalink
Merge pull request #32 from yiedpozi/master
Browse files Browse the repository at this point in the history
Deprecated Dynamic Property Issue in PHP 8.x
  • Loading branch information
yiedpozi authored Aug 13, 2024
2 parents 4083361 + 4414fd1 commit 87e76ee
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions includes/wc_billplz_gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,27 @@ class WC_Billplz_Gateway extends WC_Payment_Gateway

private $error_messages = array();

private $do_not_clear_cart = false;

private $is_sandbox = false;
private $api_key;
private $x_signature;
private $collection_id;
private $payment_order_collection_id;

private $reference_1_label;
private $reference_1;
private $instructions;

private $twoctwop_boost;
private $twoctwop_tng;
private $twoctwop_grabpay;
private $twoctwop_shopeepay;
private $is_advanced_checkout;

private $connect;
private $billplz;

public function __construct()
{
$this->id = self::$gateway_id;
Expand Down

0 comments on commit 87e76ee

Please sign in to comment.