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 eb56536 commit ec99ee4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/classes/class-bom-request.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ class BOM_Request {
* @var $enviroment
*/
public $enviroment;
public $billmate_settings;
public $testmode;
public $test;
public $base_url;
public $id;
public $secret;
public $checkout_flow;
public $version;
public $client;

/**
* Class constructor.
Expand Down

0 comments on commit ec99ee4

Please sign in to comment.