#bobofthebuilders_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1504809142727082028
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Inspector now shows "send_invoice", but the last update in logs was for "charge_automatically"
Ah, I now found an events log entry evt_1THCyyKaTfpT6yZ543xLuKoO for an automatic event that changed the collection method, though I dont understand why the collection method was changed
I think what's happened is the subscription has transitioned into a new phase on the controlling schedule (sub_sched_1T1pDHKaTfpT6yZ53P3nxNLz) at the time, and in that phase collection_method: 'send_invoice' was set
This request for example includes send_invoice in the phases. The phase-level setting takes precedence over the top-level
When you updated the sub in that request you shared, the schedule still controlled the subscription so it just reverted the change when it transitioned to the new phase
Ah, right. Makes sense. Thanks for the information ๐โโ๏ธ