spree-payments
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Spree Payments
Before writing code
Fetch live docs:
- Fetch https://spreecommerce.org/docs/developer/core-concepts/payments for the Payment + PaymentSession model.
- Fetch the integration repo README — https://github.com/spree/spree_stripe / spree_adyen / spree_paypal_checkout — for current install + config.
- Check the gateway's own SDK docs (Stripe / Adyen / PayPal) for the latest API version.
- Inspect the live
Spree::Paymentsource for state transitions and column names. - Check the v5.4 announcement for the PaymentSession introduction.