This PR adds missing information in paypal plugin docs which is crucial to its use. Previously, docs didn't mention about createOrder callback that is required by PayPal sdk to connect with backend for details like currency and amount to be charged. Medusa backend responds with required id for the PayPal sdk to use. Related to https://github.com/medusajs/nextjs-starter-medusa/issues/260#issuecomment-1944157985 Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
Medusa Documentation
The Medusa documentation website is built with Docusaurus v2. You can learn more about contributing here.
Components and Theme
Extended Theme Components
Components that extend themes from Docusaurus or other plugins are placed under src/theme.
Medusa Docs Components
Components created specifically for the Medusa Docs are placed under the src/componenets directory.