UNPKG

braintree

Version:

A library for integrating with Braintree.

22 lines (14 loc) 852 B
//@ sourceMappingURL=credit_card_verification.map // Generated by CoffeeScript 1.6.1 var AttributeSetter, CreditCardVerification, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; AttributeSetter = require('./attribute_setter').AttributeSetter; CreditCardVerification = (function(_super) { __extends(CreditCardVerification, _super); function CreditCardVerification(attributes) { CreditCardVerification.__super__.constructor.call(this, attributes); } return CreditCardVerification; })(AttributeSetter); exports.CreditCardVerification = CreditCardVerification;