comment on stripe tenants
This commit is contained in:
parent
c740607c98
commit
5ff3e8ecca
|
@ -233,6 +233,8 @@ module.exports.create = function (xconfx, apiFactories, apiDeps) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
|
// TODO allow third-party clients stripe ids destination
|
||||||
|
// https://stripe.com/docs/connect/payments-fees
|
||||||
req.Stripe = require('stripe')(siteConfig['stripe.com'].live.secret);
|
req.Stripe = require('stripe')(siteConfig['stripe.com'].live.secret);
|
||||||
req.StripeTest = require('stripe')(siteConfig['stripe.com'].test.secret);
|
req.StripeTest = require('stripe')(siteConfig['stripe.com'].test.secret);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue