Skip to content

Commit

Permalink
PR Review
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-kody committed Dec 13, 2024
1 parent 05fb19c commit b31af0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,9 @@ PaymentInitiationResponse response = paymentClient.sendOnlinePayment(paymentInit

The payment details request requires the following parameters:
- `storeId` - the ID of your assigned store
- `pageCursor` - set pagination settings
- `page` - set an offset of the results. Default value is 0
- `pageSize` - the number of results to be returned per page. Default value is 0
- `pageCursor` - set pagination settings.
- `page` - set an offset of the results. Value of 0 will return payments from the beginning of the data set.
- `pageSize` - the number of results to be returned per page. Value of 1 will return one record.

#### GetPaymentsRequest: Get Payments Request
````java
Expand Down

0 comments on commit b31af0c

Please sign in to comment.