sveltekit-pocketbase-starter
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "sveltekit-pocketbase-starter", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"author": "Dominick Caponi <d.caponi1@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -79,3 +79,3 @@ import jwt from 'jsonwebtoken'; | ||
], | ||
mode: 'payment', | ||
mode: chosen.type, | ||
// you can also have it call some backend service which will redirect the user back to the site when its done doing its thing | ||
@@ -82,0 +82,0 @@ success_url: isProd ? `https://yoursite?nonce=${nonce}` : `http://localhost:5173/?nonce=${nonce}`, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
367753