#kboy_silvergym
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- kboy-subscriptionschedule-followup, 1 day ago, 14 messages
- kboy_silvergym, 1 day ago, 22 messages
hi, what exact error do you get?
what error exactly, what is the message/stack trace?
This is just aTypescript interface's error.
No overload matches this call.
Overload 1 of 2, '(params?: SubscriptionScheduleCreateParams | undefined, options?: RequestOptions | undefined): Promise<Response<SubscriptionSchedule>>', gave the following error.
Object literal may only specify known properties, and 'metadata' does not exist in type 'Phase'.
Overload 2 of 2, '(options?: RequestOptions | undefined): Promise<Response<SubscriptionSchedule>>', gave the following error.
Object literal may only specify known properties, and 'customer' does not exist in type 'RequestOptions'.ts(2769)
Apparently, there is no metadata parameter in the "Phase" interface.