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

Unexpected behaviors in portal #53

Closed
allanzh opened this issue Sep 18, 2017 · 3 comments
Closed

Unexpected behaviors in portal #53

allanzh opened this issue Sep 18, 2017 · 3 comments

Comments

@allanzh
Copy link

allanzh commented Sep 18, 2017

Hello guys,

I'm facing a problem when I try to buy one subscription without loggin.

I configured storefront to pre-approve transactions for all, but when I pick an offer and put all informations required to create a new customer, it redirects me to PayPal gateway.
So I try to run using localhost to follow unexpected redirection and fix it, but I click in "Proceed to Payment" button and throws me this following exception:
0x800a138f - JavaScript runtime error: Unable to get property 'type' of undefined or null reference
screenshot_4

So, portal is having different behaviors when is running on azure or localhost.

@tameemansari
Copy link
Collaborator

This is by design. You can only preapprove existing customers. Customers who are being created need to go through the payment gateway experience.

@allanzh
Copy link
Author

allanzh commented Sep 18, 2017

thanks for replying @tameemansari .
I think I misunderstood the following message that is in "pre-approve" page: “Select all” will mark all current and future customers as pre-approved to transact in the store front.
So, just to be clear, all newer customers need to pass first in paypal gateway? because in my scenario I need to bypass this step.

@tameemansari
Copy link
Collaborator

Unfortunately we don't think its ideal to enable a new customer to be preapproved since the customer partner relationship is not yet established. You can feel free to fork the code and incorporate this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants