Skip to content

Commit

Permalink
PP-11594 Fix linting errors picked up during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
JFSGDS committed Oct 26, 2023
1 parent d4d525f commit dacbb22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions test/cypress/integration/demo-payment/mock-cards-stripe.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ function setupYourPspStubs (opts = {}) {
gatewayAccountId,
gatewayAccountExternalId,
type: 'test',
paymentProvider: 'stripe',
paymentProvider: 'stripe'
})

const stripeAccountSetup = stripeAccountSetupStubs.getGatewayAccountStripeSetupSuccess({
gatewayAccountId,
gatewayAccountId
})

const stubs = [
user,
gatewayAccountByExternalId,
stripeAccountSetup,
stripeAccountSetup
]

cy.task('setupStubs', stubs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const gatewayAccountFixtures = require('../../fixtures/gateway-account.fixtures'
// Constants
const ACCOUNTS_RESOURCE = '/v1/api/accounts'
let connectorClient
const expect = chai.expect
const existingGatewayAccountId = 666

// Global setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const gatewayAccountFixtures = require('../../fixtures/gateway-account.fixtures'
// Constants
const ACCOUNTS_RESOURCE = '/v1/api/accounts'
let connectorClient
const expect = chai.expect
const existingGatewayAccountId = 666

// Global setup
Expand Down

0 comments on commit dacbb22

Please sign in to comment.