Skip to content

Commit 8a58d6d

Browse files
committed
chore: fix typo
1 parent 3d9c2d7 commit 8a58d6d

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

app/Swagger/schemas.php

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -120,22 +120,7 @@ class PaginatedCSVRSVPInvitationsResponseSchema {}
120120
new OA\Property(property: 'event', ref: '#/components/schemas/SummitEvent'),
121121
]
122122
)]
123-
class RSVPInvitationSchema {}curl 'https://purchases-api.dev.fnopen.com/api/v1/summits/63/sponsors/359/carts/current/forms?access_token=zA4BHSUmTlR5cvK0x2w52yyO2NeSTQwS_aRm-yFTcYxQWBEHQNO5WhXH9Vmmk9uCBuqHpiOaki0K4sAoOSIAUUciHDpz0kITLXxiQcqlRZeIuA75pLMfxyzKBCGH6SxB' \
124-
-H 'accept: */*' \
125-
-H 'accept-language: es-AR,es;q=0.9,en-US;q=0.8,en;q=0.7' \
126-
-H 'content-type: application/json' \
127-
-H 'origin: https://localhost:8000' \
128-
-H 'priority: u=1, i' \
129-
-H 'referer: https://localhost:8000/' \
130-
-H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \
131-
-H 'sec-ch-ua-mobile: ?0' \
132-
-H 'sec-ch-ua-platform: "Linux"' \
133-
-H 'sec-fetch-dest: empty' \
134-
-H 'sec-fetch-mode: cors' \
135-
-H 'sec-fetch-site: cross-site' \
136-
-H 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
137-
--data-raw '{"form_id":"19","addon_id":"none","items":[{"form_item_id":10,"meta_fields":[{"type_id":61,"class_field":"Item","current_value":""},{"type_id":62,"class_field":"Item","current_value":false},{"type_id":40,"class_field":"Form","current_value":"tst1"},{"type_id":41,"class_field":"Form","current_value":false},{"type_id":42,"class_field":"Form","current_value":[46]},{"type_id":43,"class_field":"Form","current_value":48},{"type_id":44,"class_field":"Form","current_value":1},{"type_id":45,"class_field":"Form","current_value":1},{"type_id":46,"class_field":"Form","current_value":"2025-11-14T08:00:00.000Z"}],"notes":"a note"},{"form_item_id":11,"meta_fields":[{"type_id":63,"class_field":"Item","current_value":""},{"type_id":64,"class_field":"Item","current_value":false},{"type_id":40,"class_field":"Form","current_value":"tst2"},{"type_id":41,"class_field":"Form","current_value":true},{"type_id":42,"class_field":"Form","current_value":[47]},{"type_id":43,"class_field":"Form","current_value":49},{"type_id":44,"class_field":"Form","current_value":1},{"type_id":45,"class_field":"Form","current_value":1},{"type_id":46,"class_field":"Form","current_value":"2025-11-14T20:00:00.000Z"}],"notes":"note 2"}]}'
138-
123+
class RSVPInvitationSchema {}
139124

140125
#[OA\Schema(
141126
schema: 'RSVPInvitationCSV',

0 commit comments

Comments
 (0)