Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/scripts/paypal.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -44,7 +44,7 @@ Install `@paypal/paypal-js` for full TypeScript support.
pnpm add -D @paypal/paypal-js
```

The v6 types are available from `@paypal/paypal-js/sdk-v6`.
Nuxt Scripts requires `@paypal/paypal-js` v10 or later. The v6 SDK types are available from `@paypal/paypal-js/sdk-v6`.

### Demo

Expand Down
2 changes: 1 addition & 1 deletion packages/script/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -75,7 +75,7 @@
},
"peerDependencies": {
"@googlemaps/markerclusterer": "^2.6.2",
"@paypal/paypal-js": "^8.1.2 || ^9.0.0",
"@paypal/paypal-js": "^10.0.0",
"@speedcurve/lux": "^4.4.3",
"@stripe/stripe-js": "^7.0.0 || ^8.0.0 || ^9.0.0",
"@types/geojson": "^7946.0.0",
Expand Down
Loading
Loading