File tree 4 files changed +22
-21
lines changed
4 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 5
5
import {
6
6
entryPointUriPath ,
7
7
APPLICATION_BASE_ROUTE ,
8
- PAYMENT_METHODS
8
+ PAYMENT_METHODS ,
9
9
} from '../support/constants' ;
10
10
beforeEach ( ( ) => {
11
11
cy . loginToMerchantCenter ( {
Original file line number Diff line number Diff line change 5
5
import {
6
6
entryPointUriPath ,
7
7
APPLICATION_BASE_ROUTE ,
8
- PAYMENT_METHODS
8
+ PAYMENT_METHODS ,
9
9
} from '../support/constants' ;
10
10
11
11
describe ( 'Test welcome.cy.ts' , ( ) => {
Original file line number Diff line number Diff line change @@ -5,21 +5,21 @@ export const entryPointUriPath = 'mollie';
5
5
export const APPLICATION_BASE_ROUTE = `/${ projectKey } /${ entryPointUriPath } ` ;
6
6
7
7
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
+ ] ;
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export const APPLICATION_URL_PATH = '/application/methods';
14
14
export const USER_AGENT = {
15
15
name : 'ShopmacherMollieCommercetoolsConnector/1.3.0-build12.03.25.1646' ,
16
16
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' ,
18
19
contactEmail :
'[email protected] ' ,
19
20
} ;
You can’t perform that action at this time.
0 commit comments