Skip to content

Commit

Permalink
Changed to new BankID endpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
olofbokedal authored Mar 26, 2019
1 parent f46247c commit 7880797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BankID.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class BankID {
* @return {string} - The API-url for the current environment.
*/
static buildBankIDApiUrl (env) {
const uri = (env === 'production') ? 'appapi.bankid.com' : 'appapi.test.bankid.com';
const uri = (env === 'production') ? 'appapi2.bankid.com' : 'appapi2.test.bankid.com';
return `https://${uri}/rp/v4?wsdl`;
}

Expand Down

0 comments on commit 7880797

Please sign in to comment.