From dc6f3955578138a96b4e62506755b635d6571d23 Mon Sep 17 00:00:00 2001 From: Jahn Nietzke Date: Mon, 4 Nov 2024 12:22:53 +0100 Subject: [PATCH] fix directcheckout --- src/Api/AppResourceApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/AppResourceApi.php b/src/Api/AppResourceApi.php index b85110f..64829ff 100644 --- a/src/Api/AppResourceApi.php +++ b/src/Api/AppResourceApi.php @@ -700,7 +700,7 @@ public function chargeWalletRequest( * @throws ApiException on non-2xx response or if the response body is not in the expected format */ public function checkoutShoppingCartPDFApp( - \kruegge82\DPIM\Model\CheckoutShoppingCartPDFAppRequest $checkout_shopping_cart_pdf_app_request, + $checkout_shopping_cart_pdf_app_request, ?bool $validate = false, ?bool $finalize = false, ?bool $directCheckout = false,