What A dummy payment provider for testing and potentially other relevant use cases like accepting cash payments. Also makes it possible to start server without notification/payment/fulfillment providers. Why When setting up a starter project it introduces unnecessary overhead to have to set up an account with a payment provider (e.g. Stripe). Adding a dummy provider will remove friction. How Extremely simple wrapper functionality.
15 lines
114 B
Plaintext
15 lines
114 B
Plaintext
/lib
|
|
node_modules
|
|
.DS_store
|
|
.env*
|
|
/*.js
|
|
!index.js
|
|
yarn.lock
|
|
|
|
/dist
|
|
|
|
/api
|
|
/services
|
|
/models
|
|
/subscribers
|
|
/__mocks__ |