Skip to content

Commit

Permalink
removes debitcardallowed parameter (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Bünyamin Yaşar <[email protected]>
  • Loading branch information
byasarcse authored Aug 15, 2023
1 parent f3448aa commit 0b63efd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/initialize_checkout_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
'buyer': buyer,
'shippingAddress': address,
'billingAddress': address,
'basketItems': basket_items,
'debitCardAllowed': True
'basketItems': basket_items
}

checkout_form_initialize = iyzipay.CheckoutFormInitialize().create(request, options)
Expand Down

0 comments on commit 0b63efd

Please sign in to comment.