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 f2ff2e9 commit 91a34cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/class-billmate-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@
*/
class WC_Gateway_Billmate_Checkout extends WC_Gateway_Billmate
{
public $id;
public $method_title;
public $has_fields;
public $enabled;
public $eid;
public $secret;
public $logo;
public $terms_url;
public $privacy_policy_url;
public $checkout_url;
public $testmode;
public $order_status;
public $show_order_comments;
public $errorCode;
public $errorMessage;

public function __construct()
{
global $woocommerce;
Expand Down

0 comments on commit 91a34cc

Please sign in to comment.