Fix example whitelisted-redirect-url
This commit is contained in:
parent
2b379640ca
commit
4c05e0925d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ stripe:
|
|||
us:
|
||||
key: stripe_dev_key
|
||||
webhook-secret: stripe_dev_webhook_secret
|
||||
whitelisted-redirect-urls: ["http://localhost:3001/gallery", "http://192.168.1.2:3001/frameRedirect"]
|
||||
whitelisted-redirect-urls: ["http://localhost:3000/gallery", "http://192.168.1.2:3001/frameRedirect"]
|
||||
path:
|
||||
success: ?status=success&session_id={CHECKOUT_SESSION_ID}
|
||||
cancel: ?status=fail&reason=canceled
|
||||
|
|
Loading…
Add table
Reference in a new issue