fix(core): update

This commit is contained in:
2019-12-15 17:21:23 +00:00
parent eeb93ef969
commit dc97525de6
5 changed files with 57 additions and 55 deletions

View File

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