Skip to content

Commit 26eb294

Browse files
chore: generate code
1 parent 3da360d commit 26eb294

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/com/sumup/sdk/clients/ReadersAsyncClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public CompletableFuture<com.sumup.sdk.models.Reader> createReader(
8181
* Create a Reader Checkout
8282
*
8383
* <p>Creates a Checkout for a Reader. This process is asynchronous and the actual transaction may
84-
* take some time to be stared on the device. There are some caveats when using this endpoint: *
84+
* take some time to be started on the device. There are some caveats when using this endpoint: *
8585
* The target device must be online, otherwise checkout won't be accepted * After the checkout is
8686
* accepted, the system has 60 seconds to start the payment on the target device. During this
8787
* time, any other checkout for the same device will be rejected. **Note**: If the target device
@@ -110,7 +110,7 @@ public CompletableFuture<com.sumup.sdk.models.CreateReaderCheckoutResponse> crea
110110
* Create a Reader Checkout
111111
*
112112
* <p>Creates a Checkout for a Reader. This process is asynchronous and the actual transaction may
113-
* take some time to be stared on the device. There are some caveats when using this endpoint: *
113+
* take some time to be started on the device. There are some caveats when using this endpoint: *
114114
* The target device must be online, otherwise checkout won't be accepted * After the checkout is
115115
* accepted, the system has 60 seconds to start the payment on the target device. During this
116116
* time, any other checkout for the same device will be rejected. **Note**: If the target device

src/main/java/com/sumup/sdk/clients/ReadersClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public com.sumup.sdk.models.Reader createReader(
8080
* Create a Reader Checkout
8181
*
8282
* <p>Creates a Checkout for a Reader. This process is asynchronous and the actual transaction may
83-
* take some time to be stared on the device. There are some caveats when using this endpoint: *
83+
* take some time to be started on the device. There are some caveats when using this endpoint: *
8484
* The target device must be online, otherwise checkout won't be accepted * After the checkout is
8585
* accepted, the system has 60 seconds to start the payment on the target device. During this
8686
* time, any other checkout for the same device will be rejected. **Note**: If the target device
@@ -108,7 +108,7 @@ public com.sumup.sdk.models.CreateReaderCheckoutResponse createReaderCheckout(
108108
* Create a Reader Checkout
109109
*
110110
* <p>Creates a Checkout for a Reader. This process is asynchronous and the actual transaction may
111-
* take some time to be stared on the device. There are some caveats when using this endpoint: *
111+
* take some time to be started on the device. There are some caveats when using this endpoint: *
112112
* The target device must be online, otherwise checkout won't be accepted * After the checkout is
113113
* accepted, the system has 60 seconds to start the payment on the target device. During this
114114
* time, any other checkout for the same device will be rejected. **Note**: If the target device

0 commit comments

Comments
 (0)