Skip to content

Commit b623f81

Browse files
Merge pull request #125 from bunq/feature/certificate_hash_update
Updated sandbox certificate pinning hash.
2 parents 3d710a8 + 26cf6ad commit b623f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/bunq/sdk/context/ApiEnvironmentType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public enum ApiEnvironmentType {
1313
SANDBOX(
1414
"public-api.sandbox.bunq.com",
1515
"v1",
16-
"sha256/9Y+oZve6H+r17Kdn+lN5sT0ijgxLyDGIuQtUwLupawA="
16+
"sha256/SEJfjAW74vHQmGe/lb9NwBjzAw5y7rpJH3UWpGE5q8A="
1717
);
1818

1919
/**

0 commit comments

Comments
 (0)