Closed cbarton closed 3 months ago
Consolidates loading Braintree dependencies into a shared module instead of copying it around each module that has a Braintree integration.
import BraintreeLoader from 'path/to/./util/braintree-loader'; BraintreeLoader.loadModules('applePay', 'dataCollector') .catch(...) .then(...)
Excellent
Consolidates loading Braintree dependencies into a shared module instead of copying it around each module that has a Braintree integration.