Skip to content

Commit

Permalink
Update iyzipay_resource.py (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Bünyamin Yaşar <[email protected]>
  • Loading branch information
byasarcse authored Dec 26, 2024
1 parent b71ac7d commit 8818188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iyzipay/iyzipay_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def basket_pki(basket_items):
pki_builder.append('itemType', item.get('itemType'))
pki_builder.append('subMerchantKey', item.get('subMerchantKey'))
pki_builder.append_price('subMerchantPrice', item.get('subMerchantPrice'))
pki_builder.append_price('withholdingTax', item.get('withholdingTax'))
basket_items_pki.append(pki_builder.get_request_string())
return basket_items_pki

Expand Down

0 comments on commit 8818188

Please sign in to comment.