From 23a293e30e97dfcca3de90656228845c983c9e5f Mon Sep 17 00:00:00 2001 From: Hendry Zheng Date: Tue, 7 Dec 2021 14:51:57 +0700 Subject: [PATCH 1/3] update va test update --- integration_test/va.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/va.test.js b/integration_test/va.test.js index 779c2b1..4ff1181 100644 --- a/integration_test/va.test.js +++ b/integration_test/va.test.js @@ -8,7 +8,7 @@ module.exports = function() { .getVABanks() .then(banks => { return va.createFixedVA({ - externalID: '123', + externalID: new Date().toLocaleString(), bankCode: banks[0].code, name: 'Stanley Nguyen', isClosed: true, From b79d7b7f9e26f4b785c59ad9ce657b2836de711c Mon Sep 17 00:00:00 2001 From: Hendry Zheng Date: Tue, 7 Dec 2021 15:10:58 +0700 Subject: [PATCH 2/3] Update test.yml update secret key --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9daeeb2..7bf21ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,4 +25,4 @@ jobs: - run: npm test - run: npm run test:integration env: - SECRET_KEY: xnd_development_chBDpzjQZEI8nncBLrWtwau5r7rgiuunCJ4JCqsd68rXemDd74BnRpdO0bIZAMK + SECRET_KEY: xnd_development_XY2rHKsV2LGwUlZwVmAewGrLVyA1dNFUaO9anpjFuFMveMH4GvrQU8l8JrBX6QZ From c3ea6e23e4cc789b91ff855f1b510155e39c2601 Mon Sep 17 00:00:00 2001 From: Hendry Zheng Date: Tue, 7 Dec 2021 15:11:58 +0700 Subject: [PATCH 3/3] revert back --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7bf21ef..9daeeb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,4 +25,4 @@ jobs: - run: npm test - run: npm run test:integration env: - SECRET_KEY: xnd_development_XY2rHKsV2LGwUlZwVmAewGrLVyA1dNFUaO9anpjFuFMveMH4GvrQU8l8JrBX6QZ + SECRET_KEY: xnd_development_chBDpzjQZEI8nncBLrWtwau5r7rgiuunCJ4JCqsd68rXemDd74BnRpdO0bIZAMK