Skip to content

Commit

Permalink
Merge pull request #116 from erwindeg/patch-1
Browse files Browse the repository at this point in the history
Changed pinned key to match new sandbox certificate
  • Loading branch information
andrederoos authored Apr 19, 2019
2 parents f3818e3 + dd01b28 commit ad323f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bunq/sdk/context/ApiEnvironmentType.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum ApiEnvironmentType {
SANDBOX(
"public-api.sandbox.bunq.com",
"v1",
"sha256/GhNvDokiMyXzhGft+xXWFGchUmmh8R5dQEnO4xu81NY="
"sha256/9Y+oZve6H+r17Kdn+lN5sT0ijgxLyDGIuQtUwLupawA="
);

/**
Expand Down

0 comments on commit ad323f7

Please sign in to comment.