Skip to content

Commit

Permalink
fix refund document
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jul 29, 2024
1 parent 27073e7 commit f3f4493
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/Docs/V1/Admin/Controllers/Sales/RefundController.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,24 @@ public function get()
* example=3
* ),
* @OA\Property(
* property="comments",
* type="string",
* description="Provide the refund comments.",
* example="Refund comments"
* ),
* @OA\Property(
* property="custom_refund_amount",
* type="integer",
* description="Provide the custom refund amount, If any.",
* example=10
* ),
* @OA\Property(
* property="is_refund_money",
* type="integer",
* description="Provide the refund money status. 1 or 0 (1 for refund money, 0 for not refund money).",
* example=1
* ),
* @OA\Property(
* property="adjustment_fee",
* type="integer",
* description="Provide the adjustment fee amount, If any.",
Expand Down

0 comments on commit f3f4493

Please sign in to comment.