Skip to content

Commit

Permalink
checkoutShoppingCart payload typing (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bme8901 authored Oct 25, 2022
1 parent 08654cd commit d8e31fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mindbody/Sale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export type CheckoutShoppingCartPayload = {
| PackageItemMetadata
| TipItemMetadata;
};
AppointmentBookingRequest?: {
AppointmentBookingRequests?: {
StaffId: number;
LocationId: number;
SessionTypeId: number;
Expand Down

0 comments on commit d8e31fa

Please sign in to comment.