Skip to content

Commit

Permalink
Changed visibility for deprecated properties
Browse files Browse the repository at this point in the history
  • Loading branch information
codedeviate committed Dec 27, 2023
1 parent ae76c7e commit 76e2b15
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/classes/class-bom-request.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ class BOM_Request {
*/
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 76e2b15

Please sign in to comment.