Skip to content

Commit

Permalink
removes unneccessary callbackURL parameter from payment request
Browse files Browse the repository at this point in the history
removes unneccessary callbackURL parameter from payment request

Signed-off-by: Bünyamin Yaşar <[email protected]>
  • Loading branch information
byasarcse authored Aug 4, 2023
1 parent e75f3c8 commit 7fa47bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iyzipay/iyzipay_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ def to_pki_string_create(self, request):
pki_builder.append('posOrderId', request.get('posOrderId'))
pki_builder.append('connectorName', request.get('connectorName'))
pki_builder.append('plusInstallmentUsage', request.get('plusInstallmentUsage'))
pki_builder.append('callbackUrl', request.get('callbackUrl'))
return pki_builder.get_request_string()

def to_pki_string_retrieve(self, request):
Expand Down

0 comments on commit 7fa47bc

Please sign in to comment.