@unchainedshop/plugins
Version:
Because of a Typescript issue with upstream "postfinancecheckout", the Postfinance plugin has been disabled from transpilation, import the source ts files from src and enable node_module tsc or copy over the src/payment/postfinance-checkout to your projec
12 lines (9 loc) • 322 B
Markdown
## Test Webhooks:
```
brew install stripe/stripe-cli/stripe
stripe login --api-key sk_....
stripe listen --forward-to http://localhost:4010/payment/stripe
stripe trigger payment_intent.succeeded
```
## Configure the Payment Statements:
Payment Provider configuration: `[{ key: "descriptorPrefix", value: "Book Shop" }]`