Skip to content

Commit

Permalink
minor #162 [Docs] Mention about https error (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

cb867e3 [Docs] Mention about https error
  • Loading branch information
Zales0123 authored Nov 13, 2020
2 parents 45baae3 + cb867e3 commit e0f57a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
bin/console doctrine:migrations:migrate -n
```
> BEWARE!
#### BEWARE!
To make PayPal integration working, your local Sylius URL should be accessible for the PayPal servers. Therefore you can
add the proper directive to your `/etc/hosts` (something like `127.0.0.1 sylius.local`) or use a service as [ngrok](https://ngrok.com/).
Expand Down
9 changes: 8 additions & 1 deletion docs/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

To be able to use the PayPal integration as a Store Owner, you need to onboard with your PayPal business account.

> BEWARE
#### BEWARE!

Remember, that by default plugin is using a sandbox mode - so you need to onboard with a sandbox account.
Check out [this chapter](sandbox-vs-live.md) for more information.
Expand All @@ -15,6 +15,13 @@ Check out [this chapter](sandbox-vs-live.md) for more information.

![](onboarding/step2.png)

#### BEWARE!

If you will encounter following error:
![](onboarding/http-error.png)
Please ensure, that your website is accessible from the internet as described in [beware section of installation docs](installation.md#beware)
and that you are using https connection.

1. Click the _Sign up for PayPal_ button (we will try to improve the UX here [soon](https://github.com/Sylius/PayPalPlugin/issues/114)):

![](onboarding/step3.png)
Expand Down
Binary file added docs/onboarding/http-error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0f57a9

Please sign in to comment.