Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak committed Jul 2, 2024
1 parent 4f5ae5d commit 800d89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/craftgate/sample/BkmExpressSample.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class BkmExpressSample {

private final Craftgate craftgate = new Craftgate("sandbox-IeULlxuyHsKnnARbiosyqVVUrgKDHTcP", "sandbox-wFcKoYviHJDhQyTuBzkvrGvwEayQPGuM", "https://sandbox-api.craftgate.io");
private final Craftgate craftgate = new Craftgate("api-key", "secret-key", "https://sandbox-api.craftgate.io");

@Test
void init_bkm_express() {
Expand Down

0 comments on commit 800d89f

Please sign in to comment.