#ironbeard
1 messages ยท Page 1 of 1 (latest)
Hello ๐
We can start by looking at the example request IDs
So, I created them about 4 days ago, I can delete my data and re-run the script that creates them, unless there's an easier way to find the request ID?
Oh wait, I see the log section now, one sec
So this one worked correctly: req_wnfWu41QlcPPAg
This didn't seem to: req_ZDGe9Cq0rEva8B
if you look at the request body
https://dashboard.stripe.com/test/logs/req_ZDGe9Cq0rEva8B
applies_to parameter wasn't passed in at all
So probably there's some bug in your code that includes applies_to on some requests and doesn't on the other
yeah quite possible.
Yeah, will double check. Nice to know where to look for the request/response. Thanks! Should be good on my end
Awesome ๐ Glad I could help
Good luck!
Am I correct in understanding that applies_to can't be updated for a Coupon? Must be specified on creation?
that's correct, yes
ah, I think that's my issue. Okay, thanks again!
NP! ๐ Happy to help