Closed erdimeola closed 1 year 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.
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.
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.