-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use fullpage redirect for billing in embedded apps #1578
Conversation
08643d6
to
3edd0fc
Compare
afc8464
to
35d8772
Compare
Thanks for this contribution @kirillplatonov. We'll do some testing to verify it but it makes sense. |
@andyw8 sounds good. Thanks for the review! Let me know if any changes are needed. |
Hello, sorry for the delay on the review! I couldn't figure out how to reproduce the infinite redirect. Could you post some instructions? Thanks for your time! |
55072d7
to
e002eda
Compare
Hi @klenotiw,
I hope it will be sufficient. Please let me know if you'll need more information. |
@klenotiw any update on that? |
What this PR does
The use of
redirect_to
in embedded apps causes an infinite redirect. We need to usefullpage_redirect_to
method instead.Checklist
Before submitting the PR, please consider if any of the following are needed:
CHANGELOG.md
if the changes would impact usersREADME.md
, if appropriate./docs
, if necessary