Skip to content

Commit

Permalink
Fix invalid signature on iyzipay.CheckoutFormInitialize fixes iyzico#47
Browse files Browse the repository at this point in the history
  • Loading branch information
isik-kaplan authored Jan 24, 2021
1 parent a150418 commit 3463800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/initialize_checkout_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
'shippingAddress': address,
'billingAddress': address,
'basketItems': basket_items,
'debitCardAllowed': True
# 'debitCardAllowed': True # What is this? per #47 the invalid signature is fixed when this is not inside the request.
}

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

0 comments on commit 3463800

Please sign in to comment.