You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ assignees: ''
7
7
8
8
---
9
9
10
+
## **ATTENTION**
11
+
This issue template is for **bugs** or **documentation** errors in this SDK Repo. Please direct all technical support questions, feature requests, API-related issues, and general discussions to our Square-supported developer channels. For public support, [join us in our BuildWithSquare Slack](https://squ.re/slack) or [post in our Developer Forums](https://developer.squareup.com/forums). For private support, [contact our Developer Success Engineers](https://squareup.com/help/us/en/contact?panel=BF53A9C8EF68) directly.
12
+
10
13
**Describe the bug**
11
14
A clear and concise description of what the bug is.
12
15
@@ -27,4 +30,4 @@ If applicable, add screenshots to help explain the bug.
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`RegisterDomainResponse`](../../doc/models/register-domain-response.md).
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`ListBankAccountsResponse`](../../doc/models/list-bank-accounts-response.md).
37
37
38
38
## Example Usage
39
39
@@ -68,7 +68,7 @@ function getBankAccountByV1Id(string $v1BankAccountId): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`GetBankAccountByV1IdResponse`](../../doc/models/get-bank-account-by-v1-id-response.md).
72
72
73
73
## Example Usage
74
74
@@ -106,7 +106,7 @@ function getBankAccount(string $bankAccountId): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`GetBankAccountResponse`](../../doc/models/get-bank-account-response.md).
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`ListBookingCustomAttributeDefinitionsResponse`](../../doc/models/list-booking-custom-attribute-definitions-response.md).
47
47
48
48
## Example Usage
49
49
@@ -86,7 +86,7 @@ function createBookingCustomAttributeDefinition(
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`CreateBookingCustomAttributeDefinitionResponse`](../../doc/models/create-booking-custom-attribute-definition-response.md).
90
90
91
91
## Example Usage
92
92
@@ -131,7 +131,7 @@ function deleteBookingCustomAttributeDefinition(string $key): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`DeleteBookingCustomAttributeDefinitionResponse`](../../doc/models/delete-booking-custom-attribute-definition-response.md).
135
135
136
136
## Example Usage
137
137
@@ -172,7 +172,7 @@ function retrieveBookingCustomAttributeDefinition(string $key, ?int $version = n
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`RetrieveBookingCustomAttributeDefinitionResponse`](../../doc/models/retrieve-booking-custom-attribute-definition-response.md).
176
176
177
177
## Example Usage
178
178
@@ -219,7 +219,7 @@ function updateBookingCustomAttributeDefinition(
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`UpdateBookingCustomAttributeDefinitionResponse`](../../doc/models/update-booking-custom-attribute-definition-response.md).
223
223
224
224
## Example Usage
225
225
@@ -269,7 +269,7 @@ function bulkDeleteBookingCustomAttributes(BulkDeleteBookingCustomAttributesRequ
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`BulkDeleteBookingCustomAttributesResponse`](../../doc/models/bulk-delete-booking-custom-attributes-response.md).
273
273
274
274
## Example Usage
275
275
@@ -323,7 +323,7 @@ function bulkUpsertBookingCustomAttributes(BulkUpsertBookingCustomAttributesRequ
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`BulkUpsertBookingCustomAttributesResponse`](../../doc/models/bulk-upsert-booking-custom-attributes-response.md).
327
327
328
328
## Example Usage
329
329
@@ -382,7 +382,7 @@ function listBookingCustomAttributes(
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`ListBookingCustomAttributesResponse`](../../doc/models/list-booking-custom-attributes-response.md).
386
386
387
387
## Example Usage
388
388
@@ -431,7 +431,7 @@ function deleteBookingCustomAttribute(string $bookingId, string $key): ApiRespon
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`DeleteBookingCustomAttributeResponse`](../../doc/models/delete-booking-custom-attribute-response.md).
435
435
436
436
## Example Usage
437
437
@@ -484,7 +484,7 @@ function retrieveBookingCustomAttribute(
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`RetrieveBookingCustomAttributeResponse`](../../doc/models/retrieve-booking-custom-attribute-response.md).
488
488
489
489
## Example Usage
490
490
@@ -541,7 +541,7 @@ function upsertBookingCustomAttribute(
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`UpsertBookingCustomAttributeResponse`](../../doc/models/upsert-booking-custom-attribute-response.md).
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`ListBookingsResponse`](../../doc/models/list-bookings-response.md).
56
56
57
57
## Example Usage
58
58
@@ -101,7 +101,7 @@ function createBooking(CreateBookingRequest $body): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`CreateBookingResponse`](../../doc/models/create-booking-response.md).
105
105
106
106
## Example Usage
107
107
@@ -143,7 +143,7 @@ function searchAvailability(SearchAvailabilityRequest $body): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`SearchAvailabilityResponse`](../../doc/models/search-availability-response.md).
147
147
148
148
## Example Usage
149
149
@@ -180,7 +180,7 @@ function retrieveBusinessBookingProfile(): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`RetrieveBusinessBookingProfileResponse`](../../doc/models/retrieve-business-booking-profile-response.md).
184
184
185
185
## Example Usage
186
186
@@ -223,7 +223,7 @@ function listTeamMemberBookingProfiles(
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`ListTeamMemberBookingProfilesResponse`](../../doc/models/list-team-member-booking-profiles-response.md).
227
227
228
228
## Example Usage
229
229
@@ -260,7 +260,7 @@ function retrieveTeamMemberBookingProfile(string $teamMemberId): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`RetrieveTeamMemberBookingProfileResponse`](../../doc/models/retrieve-team-member-booking-profile-response.md).
264
264
265
265
## Example Usage
266
266
@@ -300,7 +300,7 @@ function retrieveBooking(string $bookingId): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`RetrieveBookingResponse`](../../doc/models/retrieve-booking-response.md).
304
304
305
305
## Example Usage
306
306
@@ -344,7 +344,7 @@ function updateBooking(string $bookingId, UpdateBookingRequest $body): ApiRespon
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`UpdateBookingResponse`](../../doc/models/update-booking-response.md).
348
348
349
349
## Example Usage
350
350
@@ -395,7 +395,7 @@ function cancelBooking(string $bookingId, CancelBookingRequest $body): ApiRespon
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`CancelBookingResponse`](../../doc/models/cancel-booking-response.md).
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`ListCardsResponse`](../../doc/models/list-cards-response.md).
47
47
48
48
## Example Usage
49
49
@@ -80,7 +80,7 @@ function createCard(CreateCardRequest $body): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`CreateCardResponse`](../../doc/models/create-card-response.md).
84
84
85
85
## Example Usage
86
86
@@ -135,7 +135,7 @@ function retrieveCard(string $cardId): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`RetrieveCardResponse`](../../doc/models/retrieve-card-response.md).
139
139
140
140
## Example Usage
141
141
@@ -173,7 +173,7 @@ function disableCard(string $cardId): ApiResponse
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`DisableCardResponse`](../../doc/models/disable-card-response.md).
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`ListCashDrawerShiftsResponse`](../../doc/models/list-cash-drawer-shifts-response.md).
48
48
49
49
## Example Usage
50
50
@@ -83,7 +83,7 @@ function retrieveCashDrawerShift(string $locationId, string $shiftId): ApiRespon
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`RetrieveCashDrawerShiftResponse`](../../doc/models/retrieve-cash-drawer-shift-response.md).
87
87
88
88
## Example Usage
89
89
@@ -133,7 +133,7 @@ function listCashDrawerShiftEvents(
This method returns a `Square\Utils\ApiResponse` instance. The `getResult()` method on this instance returns the response data which is of type [`ListCashDrawerShiftEventsResponse`](../../doc/models/list-cash-drawer-shift-events-response.md).
0 commit comments