Skip to content

Commit

Permalink
Allow update on "Orders"
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwedgbury committed Sep 1, 2020
1 parent c94b407 commit 9efb618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Orders/Orders.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class Orders
{
use All, Count, Get, Create, Delete;
use All, Count, Get, Create, Delete, Update;

public static $endpoint = '/v1/orders';
}

0 comments on commit 9efb618

Please sign in to comment.