#Wik

1 messages ยท Page 1 of 1 (latest)

urban prairieBOT
naive pumice
#

Hi there ๐Ÿ‘‹ taking a look.

real locust
#

thanks

naive pumice
#

Thanks for raising this, I'm not seeing those events either. Is this the first time you've run into this behavior, or do you have an older example where you also this that I can look at?

real locust
#

it's the first time, I'm just introducing this flow into our app

#

I can generate other cases in test clock, but I'm not sure if it'll be helpful

naive pumice
#

Agreed, I was mostly curious if there was an older example to see if the events got generated eventually, to help differentiate between whether they aren't getting created or are but late.

real locust
naive pumice
#

I agree they should be, I'm just not sure if they actually do currently in test clocks. I'll run a test to dig into that further when I have a moment (the server is a bit busy at the moment), but if it is a bug then I'll report that to the right teams to investigate further.

real locust
#

ok, thank you. When or where can I expect an answer? it's kinda important to me ๐Ÿ™‚

naive pumice
#

I'm working on testing now

naive pumice
#

I'm not seeing those events being generated for my test account either, I'll need collect information about this and provide that to the right team for further investigation.

real locust
#

I see. Is there any chance you could keep me in a loop about it e.g. via email?

naive pumice
#

Not from this forum, that would require reaching out to our Support team:
https://support.stripe.com/?contact=true

real locust
#

Got it, thank you

#

I have one more question related to scheduling if you have a minute?

naive pumice
#

Sure, what's up?

real locust
#

Let's chat about the following case

  1. I have a monthly subscription to plan A
  2. I have a 10% off forever coupon connected with that subscription
  3. I schedule it to change to plan B at the end of the current term
  4. it changes. What should happen with the coupon? Should it be applied tot he new plan or removed?
naive pumice
#

That depends on whether you include the coupon in the new phase when you're defining that phase, the coupon will not carry over unless you explicitly pass the coupon into that phase.

You can control that via the phases.coupon field.

real locust
#

got it, thank you