Skip to content
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

Add fields to set stripe variables for allow remember me and email #842

Merged
merged 2 commits into from
May 3, 2021

Conversation

joshbmarshall
Copy link
Contributor

No description provided.

@@ -12,6 +12,8 @@
data-description="{{ model.description|default("") }}"
data-amount="{{ model.amount }}"
data-currency="{{ model.currency|default("USD") }}"
data-allowRememberMe="{{ model.local.allowRememberMe|default("false") }}"
data-email="{{ model.local.email|default("") }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these options still valid? I can't find anything about these options in the docs. It might only be relevant for an older version of Stripe

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes the version of stripe checkout built into Payum is the legacy version, and the new version of stripe checkout is quite different.
It isn't a direct upgrade from what I can see, for simply taking payments. I just recently wrote a payment method using Stripe Elements to do a simple payment - https://github.com/joshbmarshall/payum_stripe

@pierredup pierredup added integration External integrations or bridges Waiting for feedback labels Mar 22, 2021
@pierredup pierredup added this to the next milestone Apr 21, 2021
@pierredup pierredup merged commit 99769e8 into Payum:master May 3, 2021
pierredup pushed a commit to aliriaz-stripe/Payum that referenced this pull request Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration External integrations or bridges
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants