Skip to content

Commit

Permalink
fix directcheckout
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegge82 committed Nov 4, 2024
1 parent 3a6f340 commit dc6f395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/AppResourceApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dc6f395

Please sign in to comment.