Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireAlma committed May 21, 2024
1 parent 356083e commit 108d7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Endpoints/Orders.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Orders extends Base
public $arrayUtils;

const ORDERS_PATH = '/v1/orders';
const ORDERS_PATH_V2 = '/2/orders';
const ORDERS_PATH_V2 = '/v2/orders';

public function __construct($client_context)
{
Expand Down

0 comments on commit 108d7ca

Please sign in to comment.