iyzico / iyzipay-python

iyzipay api python client
MIT License
87 stars 35 forks source link

callbackURL causes invalid signature in Payment & BasicPayment's to_pki_string #59

Closed erdimeola closed 1 year ago

erdimeola commented 4 years ago

callbackURL causes invalid signature in Payment & BasicPayment's to_pki_string functions. Since these functions are about nonsecure payments, there's no need for callbackURL. callbackURL must be removed from these functions.

byasarcse commented 1 year ago

Hello @erdimeola ,

Thank you for your feedback, parameter has been removed from to_pki_string function. https://github.com/iyzico/iyzipay-python/pull/87

Closing the issue.