Skip to content

Commit c919881

Browse files
authored
Update Paypal.md
1 parent 71c942e commit c919881

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Paypal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The Paypal Checkout integration adds Paypal buttons to your page which launch an authorization popup
22

3-
![profile](../PaypalCheckout/paypal_checkout.png)
3+
![profile](./PaypalCheckout/paypal_checkout.png)
44

55
## Advantages of Paypal checkout
66

@@ -30,19 +30,19 @@ In short, the following prerequisites should be met before Venmo button is visib
3030
To get started you need CiviCRM 5.13+, the Omnipay extension (you can install this from 'Add Extensions' on your extensions page), a clientId and a secret key. For information on how to set these up go to https://developer.paypal.com/docs/api/overview/#get-credentials.
3131

3232
Note that when it says log into dashboard there is actually a link at the top right hand corner which is what it refers to.
33-
![login](../PaypalCheckout/papal-login.png)
33+
![login](./PaypalCheckout/papal-login.png)
3434

3535
You will be directed to [create an app](https://developer.paypal.com/webapps/developer/applications/myapps).
3636
The screen is per below.
3737
You can give the app any name - the name doesn't matter
3838

39-
![profile](../PaypalCheckout/create_app.png)
39+
![profile](./PaypalCheckout/create_app.png)
4040

4141
Once you have the credentials (client ID + secret key) you can add a payment processor through the normal CiviCRM interface
4242
(*Administer->CiviContribute->Payment Processors*).
4343

4444
Enter the credentials into this screen:
45-
![add processor](../PaypalCheckout/paypal_addprocessor.png)
45+
![add processor](./PaypalCheckout/paypal_addprocessor.png)
4646

4747

4848
## Setting up recurring

0 commit comments

Comments
 (0)