Skip to content

Commit e4e58e3

Browse files
MOL-635
- fix eslint
1 parent f8a41c5 commit e4e58e3

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

Diff for: application/cypress/e2e/method-details.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import {
66
entryPointUriPath,
77
APPLICATION_BASE_ROUTE,
8-
PAYMENT_METHODS
8+
PAYMENT_METHODS,
99
} from '../support/constants';
1010
beforeEach(() => {
1111
cy.loginToMerchantCenter({

Diff for: application/cypress/e2e/welcome.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import {
66
entryPointUriPath,
77
APPLICATION_BASE_ROUTE,
8-
PAYMENT_METHODS
8+
PAYMENT_METHODS,
99
} from '../support/constants';
1010

1111
describe('Test welcome.cy.ts', () => {

Diff for: application/cypress/support/constants.ts

+18-18
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ export const entryPointUriPath = 'mollie';
55
export const APPLICATION_BASE_ROUTE = `/${projectKey}/${entryPointUriPath}`;
66

77
export const PAYMENT_METHODS = [
8-
'paypal',
9-
'creditcard',
10-
'ideal',
11-
'banktransfer',
12-
'bancontact',
13-
'przelewy24',
14-
'kbc',
15-
'applepay',
16-
'blik',
17-
'klarna',
18-
'trustly',
19-
'bancomatpay',
20-
'mbway',
21-
'multibanco',
22-
'satispay',
23-
'twint',
24-
'paybybank',
25-
];
8+
'paypal',
9+
'creditcard',
10+
'ideal',
11+
'banktransfer',
12+
'bancontact',
13+
'przelewy24',
14+
'kbc',
15+
'applepay',
16+
'blik',
17+
'klarna',
18+
'trustly',
19+
'bancomatpay',
20+
'mbway',
21+
'multibanco',
22+
'satispay',
23+
'twint',
24+
'paybybank',
25+
];

Diff for: application/src/constants.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const APPLICATION_URL_PATH = '/application/methods';
1414
export const USER_AGENT = {
1515
name: 'ShopmacherMollieCommercetoolsConnector/1.3.0-build12.03.25.1646',
1616
version: '1.3.0-build12.03.25.1646',
17-
libraryName: 'ShopmacherMollieCommercetoolsConnector/1.3.0-build12.03.25.1646',
17+
libraryName:
18+
'ShopmacherMollieCommercetoolsConnector/1.3.0-build12.03.25.1646',
1819
contactEmail: '[email protected]',
1920
};

0 commit comments

Comments
 (0)