starling_helper
Version:
A helper library for starling
19 lines (17 loc) • 333 B
JavaScript
;
const apiKey = '';
const contactID = '';
const contactAccountID = '';
const mandateUID = '';
const merchantID = '';
const merchantLocationID = '';
const savingsGoalID = '';
module.exports = {
apiKey,
contactID,
contactAccountID,
mandateUID,
merchantID,
merchantLocationID,
savingsGoalID
};