Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
cvv: {
selector: '#braintree-credit-card-cvv'
},
expirationDate: {
selector: '#braintree-credit-card-expiration-date'
}
};
}
if ($('.braintree-paypal-method').length) {
braintreeSetupSettings.paypal = {
container: 'braintree-paypal-container'
};
}
braintree.setup(braintreeClientToken, 'custom', braintreeSetupSettings);
}