Skip to content

Commit ce3526b

Browse files
PIDM-1728 - fix integration tests
1 parent ada0c6c commit ce3526b

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

integration-test/src/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
## How to start
99

10+
- define the following four environment variables
11+
- SUBKEY
12+
- AFM_SA_CONNECTION_STRING
13+
- ISSUER_RANGE_TABLE
14+
- SUBKEY_AFM_MARKETPLACE
15+
1016
- install dependencies: `yarn install`
1117
- run tests: `yarn test`
1218

integration-test/src/config/data.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,28 @@
468468
"pspBusinessName": "EEEEEEEEEEE",
469469
"cart" : true,
470470
"onUs" : true
471+
},
472+
{
473+
"id": "int-test-cart-cart-12",
474+
"idPsp": "PPAYITR1XXX",
475+
"idBrokerPsp": "88888888899",
476+
"idChannel": "88888888899_01",
477+
"digitalStamp": false,
478+
"digitalStampRestriction": false,
479+
"name": "pacchetto 12",
480+
"description": "pacchetto 12",
481+
"paymentAmount": 20,
482+
"minPaymentAmount": 0,
483+
"maxPaymentAmount": 2000,
484+
"type": "GLOBAL",
485+
"validityDateFrom": null,
486+
"validityDateTo": null,
487+
"touchpoint": "IO",
488+
"paymentType": null,
489+
"abi": 14156,
490+
"pspBusinessName": "EEEEEEEEEEE",
491+
"cart" : true,
492+
"onUs" : false
471493
}
472494
],
473495
"ciBundles": [

0 commit comments

Comments
 (0)