Skip to content

Commit

Permalink
fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 18, 2024
1 parent c18b008 commit 6f2b90c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -651,13 +651,13 @@ public function getConditionAttributes()
* path="/api/v1/admin/promotions/cart-rules/{id}/product-quantity-rules",
* operationId="createProductQuantityRule",
* tags={"CartRules"},
* summary="Create product quantity rule",
* description="Create product quantity rule",
* summary="Create and Update product quantity rule",
* description="Create and Update product quantity rule",
* security={ {"sanctum_admin": {} }},
*
* @OA\Parameter(
* name="id",
* description="cart rule ID",
* description="Product ID",
* required=true,
* in="path",
*
Expand Down

0 comments on commit 6f2b90c

Please sign in to comment.