Skip to content

Commit

Permalink
Update iyzipay_resource.py
Browse files Browse the repository at this point in the history
Signed-off-by: Erdem Demir <[email protected]>
  • Loading branch information
erdemdmr authored Nov 15, 2024
1 parent 1b0aeb5 commit cfa36e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iyzipay/iyzipay_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class IyzipayResource:
header = {
"Accept": "application/json",
"Content-type": "application/json",
'x-iyzi-client-version': 'iyzipay-python-1.0.44'
'x-iyzi-client-version': 'iyzipay-python-1.0.43'
}

def __init__(self):
Expand Down

0 comments on commit cfa36e1

Please sign in to comment.