Skip to content

Commit

Permalink
Create
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakh committed Jul 12, 2024
1 parent 13e4c53 commit b67b71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/handson/Task04b_CHECKOUT.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public static void main(String[] args) throws IOException, ExecutionException, I
.thenComposeAsync(cartService::setShipping)
.thenComposeAsync(cartApiHttpResponse -> paymentService.createPaymentAndAddToCart(
cartApiHttpResponse,
"something",
"CC",
"provider", // PSP Provider Name: WireCard, ....
"CC", // PSP Provider Method: CreditCard, ...
"interface" + Math.random(),
"interaction" + Math.random()
)
Expand Down

0 comments on commit b67b71a

Please sign in to comment.