Skip to content

Commit

Permalink
+docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dili91 committed Nov 21, 2024
1 parent 9240da8 commit 60306f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ ApiResponse<CreatePaymentResponse> payment = paymentResponse.get();

### Build a link to our Hosted Payment Page (HPP)

By default the Hosted Payment Page link builder creates a payment result page, so you can just pass
a resource id, a resource token and return uri parameters
By default, the Hosted Payment Page link builder creates a payment result page, so you can just pass
a `resource_id`, a `resource_token` and `return_uri` parameters:
```java
URI link = client.hppLinkBuilder()
.resourceType(ResourceType.PAYMENT) // Either PAYMENT or MANDATE. Not mandatory, if not specified PAYMENT is used as default
Expand Down

0 comments on commit 60306f0

Please sign in to comment.