Skip to content

Commit

Permalink
Updates metropol card input parameter (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalikci authored May 16, 2024
1 parent 736d7f2 commit 6b7f096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/craftgate/sample/PaymentSample.java
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ void init_metropol_apm_payment() {
.externalId("optional-externalId")
.items(items)
.additionalParams(new HashMap() {{
put("apmUserIdentity", "6375780115068760");
put("cardNumber", "6375780115068760");
}})
.build();

Expand Down

0 comments on commit 6b7f096

Please sign in to comment.