@easypayment/medusa-payment-paypal 0.8.0 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.medusa/server/src/admin/index.js +311 -311
- package/.medusa/server/src/admin/index.mjs +312 -312
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -161,9 +161,9 @@ All settings live in **Medusa Admin → Settings → PayPal** and apply immediat
|
|
|
161
161
|
|
|
162
162
|
The checkout UI is shipped as a separate package — **install it inside your storefront project**, not in this backend.
|
|
163
163
|
|
|
164
|
-
📦 **[@easypayment/medusa-
|
|
164
|
+
📦 **[@easypayment/medusa-paypal-ui](https://www.npmjs.com/package/@easypayment/medusa-paypal-ui)** — React components, hooks, and a drop-in payment step adapter for Next.js App Router storefronts.
|
|
165
165
|
|
|
166
|
-
See the [storefront integration & testing guide →](https://www.npmjs.com/package/@easypayment/medusa-
|
|
166
|
+
See the [storefront integration & testing guide →](https://www.npmjs.com/package/@easypayment/medusa-paypal-ui)
|
|
167
167
|
|
|
168
168
|
---
|
|
169
169
|
|