saplingjs / sapling

🌿 Sapling is a Node.js framework for faster-than-light web development.
https://www.saplingjs.com
MIT License
14 stars 0 forks source link

Payment handling #9

Open groenroos opened 5 years ago

groenroos commented 5 years ago

Built-in integration with Stripe, Braintree or similar developer-friendly payment gateway. Middleware for one-off payments, VAT calculations, PDF invoices, related notifications, and CRUD for credit card details should be provided.

groenroos commented 4 years ago

The current implementation of Stripe is very messy and opinionated. #45 will remove the current implementation, so that we can start completely from scratch on this.

groenroos commented 3 years ago

Moving onto M2, as I want to reprioritise M1 to be strictly features that are necessary for the framework to be functional and useful, and while payment handling is definitely useful, it's not essential.