Files
medusa-store/packages/medusa-payment-paypal
Carlos R. L. Rodrigues a94d9816fe chore: Centralise ESLint rules (#2162)
* chore: centrilize eslint rules
2022-09-13 07:42:33 -03:00
..
2021-02-08 21:40:59 +01:00
2021-02-08 21:40:59 +01:00
2021-02-08 21:40:59 +01:00
2022-08-25 15:51:21 +02:00
2021-02-08 21:40:59 +01:00
2022-05-20 11:40:57 +03:00

medusa-payment-paypal

Add PayPal as a Payment Provider.

Learn more about how you can use this plugin in the documentaion.

Options

{
  sandbox: true, //default false
  client_id: "CLIENT_ID", // REQUIRED
  client_secret: "CLIENT_SECRET", // REQUIRED
  auth_webhook_id: "WEBHOOK_ID" //REQUIRED for webhook to work
}