Skip to content

Commit

Permalink
Add Bizum Payment Method
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Özcan committed Nov 26, 2024
1 parent 2d61300 commit 448f3d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/io/craftgate/sample/PaymentSample.java
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,6 @@ void init_bizum_apm_payment() {
.paymentGroup(PaymentGroup.LISTING_OR_SUBSCRIPTION)
.conversationId("conversationId")
.externalId("externalId")
.callbackUrl("https://www.your-website.com/craftgate-apm-callback")
.additionalParams(additionalParams)
.items(items)
.build();
Expand Down

0 comments on commit 448f3d9

Please sign in to comment.