Skip to content

Commit

Permalink
fix channel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 24, 2024
1 parent e93d1b3 commit 6cf9c64
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/Docs/V1/Admin/Models/Settings/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,24 @@ class Channel
* @var \DateTime
*/
private $updated_at;

/**
* @OA\Property(
* title="Locales",
* description="Channel locales"
* )
*
* @var \NexaMerchant\Apis\Docs\V1\Admin\Models\Settings\Locale[]
*/
private $locales;

/**
* @OA\Property(
* title="Currencies",
* description="Channel currencies"
* )
*
* @var \NexaMerchant\Apis\Docs\V1\Admin\Models\Settings\Currency[]
*/
private $currencies;
}

0 comments on commit 6cf9c64

Please sign in to comment.