3 Commits

Author SHA1 Message Date
0438e5d792 1.0.7 2019-10-02 23:38:54 +02:00
7e85acd404 1.0.6 2019-10-02 23:38:08 +02:00
ecdf7e46cc fix(core): update 2019-10-02 23:38:07 +02:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/bunq",
"version": "1.0.5",
"version": "1.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/bunq",
"version": "1.0.5",
"version": "1.0.7",
"private": false,
"description": "a bunq api abstraction package",
"main": "dist/index.js",

View File

@ -9,7 +9,7 @@ let testBunqAccount: bunq.BunqAccount;
const testBunqOptions: bunq.IBunqConstructorOptions = {
apiKey: testQenv.getEnvVarOnDemand('BUNQ_APIKEY'),
deviceName: 'mojoiobunqpackage',
environment: 'PRODUCTION'
environment: 'SANDBOX'
};
tap.test('should create a valid bunq account', async () => {