1.2.3 • Published 2 years ago

test-dusame-payment-paypal v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
}