Skip to content

Commit a646abf

Browse files
committed
fix: regenerate sdk
1 parent 84d9cd1 commit a646abf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/main/java/com/sumup/sdk/models/CheckoutSuccess.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ public record CheckoutSuccess(
4141
*/
4242
String description,
4343

44+
/**
45+
* URL of the SumUp-hosted payment page that handles the payment flow. Returned when Hosted
46+
* Checkout is enabled for the checkout.
47+
*/
48+
String hostedCheckoutUrl,
49+
4450
/** Unique SumUp identifier of the checkout resource. */
4551
String id,
4652

@@ -322,6 +328,7 @@ public CheckoutSuccess build() {
322328
date,
323329
description,
324330
null,
331+
null,
325332
mandate,
326333
merchantCode,
327334
merchantName,

0 commit comments

Comments
 (0)