-
I am trying to test our Stripe integration. However, when I simulated the change from a free trial to a paid subscription, I got stuck at: pay/app/models/pay/stripe/subscription.rb Line 288 in 9de1eb9 As the
I was able to overcome this in a sense via updating the data through the rails console:
I wanted to know if anyone has a better way to test so I can put ease on QA team? 😅 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can use the |
Beta Was this translation helpful? Give feedback.
-
Turns out, updating the subscription's free trial days to |
Beta Was this translation helpful? Give feedback.
Turns out, updating the subscription's free trial days to
0
does the trick.