medusajs / medusa

Building blocks for digital commerce
https://medusajs.com
MIT License
24.31k stars 2.37k forks source link

Docs(Code Issue): Code Issue in /modules/carts-and-checkout/backend/add-payment-provider #7865

Closed WCarlW closed 1 month ago

WCarlW commented 2 months ago

Preliminary Checks

Issue Summary

The names of import packages are different from the names used in the code below.

How can this issue be resolved?

  1. Change PaymentContext to PaymentProcessorContext
  2. Change PaymentSessionResponse to PaymentProcessorSessionResponse
  3. ...

Are you interested in working on this issue?

shahednasser commented 2 months ago

Nice catch! Feel free to open a PR against the v1.x branch with a fix