Skip to content

Commit

Permalink
Version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
henrisuvanto committed Jul 24, 2024
1 parent 5496f31 commit 942f723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vismapay.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Vismapay {
constructor () {
this.apiKey = '';
this.privateKey = '';
this.apiVersion = 'w3.1';
this.apiVersion = 'w3.2';
this.merchantPaymentMethodsApiVersion = '2';

this.defaultHost = 'www.vismapay.com';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visma-pay",
"version": "2.0.3",
"version": "2.0.4",
"description": "Visma Pay library",
"main": "lib/vismapay.js",
"files": [
Expand Down

0 comments on commit 942f723

Please sign in to comment.