braintree
Version:
A library for integrating with Braintree.
14 lines (11 loc) • 443 B
JavaScript
//@ sourceMappingURL=merchant_account.map
// Generated by CoffeeScript 1.6.1
var MerchantAccountTest;
MerchantAccountTest = {
Approve: "approve_me",
InsufficientFundsContactUs: "insufficient_funds__contact",
AccountNotAuthorizedContactUs: "account_not_authorized__contact",
BankRejectedUpdateFundingInformation: "bank_rejected__update",
BankRejectedNone: "bank_rejected__none"
};
exports.MerchantAccountTest = MerchantAccountTest;