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

Display paypal email to customer on confirmation #54

Merged
merged 4 commits into from
Jul 8, 2020

Conversation

seand7565
Copy link
Contributor

As #47 states, we need to display the users paypal email to the customer on the confirmation page. This handles that! Also, displays the paypal_email to admin users as well, since that could come in handy.

seand7565 added 2 commits July 7, 2020 08:32
Adds the ability to store the paypal email on the payment source, which
will allow us to display this email to the customer on the confirmation
page - which is in PayPals best practices.
Adds paypal_email to allowed source attributes and passes the
paypal_email returned from PayPal to source creation for both
cart and checkout payment flows
@seand7565 seand7565 added the enhancement New feature or request label Jul 7, 2020
@seand7565 seand7565 requested a review from elia July 7, 2020 13:48
Copy link
Member

@elia elia left a comment

Choose a reason for hiding this comment

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

All good 👍

Just one open question.

seand7565 added 2 commits July 8, 2020 07:42
Displays the collected paypal_email (stored on the source) to the
user on the order confirmation page.
The admin users could find this useful for debugging possible payment
issues.
@seand7565 seand7565 merged commit 060a9c6 into solidusio:master Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants