Skip to content

Commit

Permalink
fixed variation wrong request method
Browse files Browse the repository at this point in the history
  • Loading branch information
myckhel committed Jul 29, 2020
1 parent 55a8c1a commit 9bf632d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/HasQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public static function verify($params)

public function variations($params)
{
return self::post("service-variations", $params)->json();
return self::get("service-variations", $params)->json();
}
}

0 comments on commit 9bf632d

Please sign in to comment.