recurly/recurly-js

View on GitHub
lib/recurly/alternative-payment-methods/gateways/adyen.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createAndMountWebComponent has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async createAndMountWebComponent (paymentMethodData) {
    const adyenOpts = this.options.adyen || {};

    const checkout = await window.AdyenCheckout({
      clientKey: adyenOpts.publicKey,
Severity: Minor
Found in lib/recurly/alternative-payment-methods/gateways/adyen.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status