Skip to content

Commit

Permalink
#9 add dispute
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Aug 15, 2024
1 parent 943c184 commit 62385bf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Docs/V1/Admin/Models/Sales/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,6 @@ class Order
* @OA\Property(
* title="Billing Address",
* description="Order's billing address"
* type="array"
* @OA\Items(ref="#/components/schemas/OrderAddress")
* )
*
* @var \NexaMerchant\Apis\Docs\V1\Admin\Models\Sale\OrderAddress
Expand Down Expand Up @@ -540,10 +538,9 @@ class Order
* @OA\Property(
* title="Dispute",
* description="Order's dispute",
* type="array",
* @OA\Items(ref="#/components/schemas/Dispute")
* )
* @var array
*
*
*/

private $dispute;
Expand Down

0 comments on commit 62385bf

Please sign in to comment.