keystonecms / plugin-shoppingcart
There is no license information available for the latest version (v1.0.3) of this package.
Package info
github.com/keystonecms/plugin-shoppingcart
Type:keystone-plugin
pkg:composer/keystonecms/plugin-shoppingcart
v1.0.3
2026-01-26 10:46 UTC
README
Features
- shopping cart, products or services
- Stripe support
- Mollie support
- PayPal support
Environment variables
- $_ENV['PAYMENT_PROVIDER'] = Dummy, stripe or Mollie
- $_ENV['MOLLIE_API_KEY'] = Your mollie API key
- $_ENV['STRIPE_SECRET_KEY'] = Secret used with STRIPE
- $_ENV['STRIPE_WEBHOOK_SECRET'] =
- $_ENV['PAYPAL_CLIENT_ID'] =
- $_ENV['PAYPAL_CLIENT_SECRET'] =
- $_ENV['PAYPAL_API_BASE'] =
--