* feat(medusa-payment-paypal): Migrate to the new payment processor API * WIP * WIP * WIP unit tests * WIP * unit tests * fix package.json * yarn * cleanup * address feedback 1/2 * Start to implement a new Paypal SDK * cleanup * finalise sdk * cleanup * fix push missing file * rename sdk methods * unit test the http client * WIP * fix http client * Create .changeset/empty-melons-eat.md * refactor tests * fix quote * fix options * cleanup * do not retry auth * WIP * retry mechanism max attempts * use both old and new options * fix capture * remove totals fields * add missing method * cleanup * fix current tests * authorize should update the data with the fresh order * remove comments * fix tests * Update packages/medusa-payment-paypal/src/core/paypal-http-client.ts Co-authored-by: Riqwan Thamir <rmthamir@gmail.com> * fix unit tests * update changeset --------- Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
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
clientId: "CLIENT_ID", // REQUIRED
clientSecret: "CLIENT_SECRET", // REQUIRED
authWebhookId: "WEBHOOK_ID", //REQUIRED for webhook to work
}
Deprecation
The paypal plugin version >=1.3.x requires medusa >=1.8.x