Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jun 20, 2024
1 parent d7dd59c commit 95f7115
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions src/Docs/V1/Admin/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
/**
* @OA\Info(
* version="2.1.2",
* title="Bagisto Admin Rest API Documentation",
* description="Bagisto Admin Rest API Documentation",
* title="NexaMerchant Admin Rest API Documentation",
* description="NexaMerchant Admin Rest API Documentation",
*
* @OA\Contact(
* email="[email protected]"
Expand All @@ -15,7 +15,7 @@
*
* @OA\Server(
* url=APP_URL,
* description="Bagisto Admin End Rest API"
* description="NexaMerchant Admin End Rest API"
* )
*
* @OA\Tag(
Expand Down
4 changes: 2 additions & 2 deletions src/Docs/V1/Admin/Controllers/Customers/AddressController.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function get()
* property="company_name",
* type="string",
* description="Company name",
* example="Bagisto"
* example="NexaMerchant"
* ),
* @OA\Property(
* property="vat_id",
Expand Down Expand Up @@ -338,7 +338,7 @@ public function store()
* property="company_name",
* type="string",
* description="Company name",
* example="Bagisto"
* example="NexaMerchant"
* ),
* @OA\Property(
* property="vat_id",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function get()
* property="redirect_url",
* type="string",
* description="SearchTerm Redirect URL",
* example="http://localhost/bagisto_2.x/public"
* example="http://localhost/NexaMerchant_2.x/public"
* ),
* @OA\Property(
* property="channel_id",
Expand Down Expand Up @@ -236,7 +236,7 @@ public function store()
* property="redirect_url",
* type="string",
* description="SearchTerm Redirect URL",
* example="http://localhost/bagisto_2.x/public"
* example="http://localhost/NexaMerchant_2.x/public"
* ),
* @OA\Property(
* property="channel_id",
Expand Down
2 changes: 1 addition & 1 deletion src/Docs/V1/Admin/Models/Customer/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Address
* @OA\Property(
* title="Company Name",
* description="Customer's Company Name",
* example="Bagisto-Laravel",
* example="NexaMerchant-Laravel",
* )
*
* @var string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SearchTerm
* title="Redirect URL",
* description="SearchTerm Redirect URL",
* type="string",
* example="http://localhost/bagisto_2.x/public"
* example="http://localhost/NexaMerchant_2.x/public"
*
* )
*
Expand Down
2 changes: 1 addition & 1 deletion src/Docs/V1/Admin/Models/Settings/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Channel
* @OA\Property(
* title="Hostname",
* description="Channel host name, website URL",
* example="https://demo.bagisto.com/"
* example="https://demo.NexaMerchant.com/"
* )
*
* @var string
Expand Down
6 changes: 3 additions & 3 deletions src/Docs/V1/Shop/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
/**
* @OA\Info(
* version="2.1.2",
* title="Bagisto Store Front Rest API Documentation",
* description="Bagisto Store Front Rest API Documentation",
* title="NexaMerchant Store Front Rest API Documentation",
* description="NexaMerchant Store Front Rest API Documentation",
*
* @OA\Contact(
* email="[email protected]"
Expand All @@ -15,7 +15,7 @@
*
* @OA\Server(
* url=APP_URL,
* description="Bagisto Rest API"
* description="NexaMerchant Rest API"
* )
*
* @OA\Tag(
Expand Down
4 changes: 2 additions & 2 deletions src/Docs/V1/Shop/Controllers/Customer/CheckoutController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CheckoutController
* "first_name": "John",
* "last_name": "Doe",
* "email": "[email protected]",
* "company_name": "Bagisto",
* "company_name": "NexaMerchant",
* "city": "Marrero",
* "state": "LA",
* "country": "US",
Expand Down Expand Up @@ -70,7 +70,7 @@ class CheckoutController
* "first_name": "John",
* "last_name": "Doe",
* "email": "[email protected]",
* "company_name": "Bagisto",
* "company_name": "NexaMerchant",
* "city": "Mansfield",
* "state": "OH",
* "country": "US",
Expand Down
2 changes: 1 addition & 1 deletion src/Docs/V1/Shop/Models/Core/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Channel
* @OA\Property(
* title="Hostname",
* description="Channel host name, website URL",
* example="https://demo.bagisto.com/"
* example="https://demo.NexaMerchant.com/"
* )
*
* @var string
Expand Down
2 changes: 1 addition & 1 deletion src/Docs/V1/Shop/Models/Customer/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Address
* @OA\Property(
* title="Company Name",
* description="Customer's Company Name",
* example="Bagisto-Laravel",
* example="NexaMerchant-Laravel",
* )
*
* @var string
Expand Down

0 comments on commit 95f7115

Please sign in to comment.