#adityalystlocdeveloper_33428

1 messages · Page 1 of 1 (latest)

silk bladeBOT
#

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.

pastel token
queen crypt
#

ya but in which event

pastel token
queen crypt
#

case "invoice.updated":
console.log(eventdata);
if (!eventdata.auto_advance && eventdata.status === "draft") {
await stripe.invoices.update(eventdata.id, { auto_advance: true });
}
break; you mean this?