Skip to content

Commit

Permalink
WooCommerce_v2 to WooCommerce_OM_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mntzrr authored Feb 27, 2024
1 parent 4af4886 commit 4304cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/class-bom-request.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function set_environment_variables() {
$this->secret = $this->billmate_settings['api_key_se'];
$this->checkout_flow = ( isset( $this->billmate_settings['checkout_flow'] ) ) ? $this->billmate_settings['checkout_flow'] : 'checkout';
$this->version = '2.2.2';
$this->client = 'WooCommerce_v2:' . BILLMATE_ORDER_MANAGEMENT_VERSION;
$this->client = 'WooCommerce_OM_v2:' . BILLMATE_ORDER_MANAGEMENT_VERSION;
}

/**
Expand Down

0 comments on commit 4304cfd

Please sign in to comment.