Skip to content

Commit 8818188

Browse files
authored
Update iyzipay_resource.py (#104)
Signed-off-by: Bünyamin Yaşar <33955141+byasarcse@users.noreply.github.com>
1 parent b71ac7d commit 8818188

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

iyzipay/iyzipay_resource.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def basket_pki(basket_items):
144144
pki_builder.append('itemType', item.get('itemType'))
145145
pki_builder.append('subMerchantKey', item.get('subMerchantKey'))
146146
pki_builder.append_price('subMerchantPrice', item.get('subMerchantPrice'))
147+
pki_builder.append_price('withholdingTax', item.get('withholdingTax'))
147148
basket_items_pki.append(pki_builder.get_request_string())
148149
return basket_items_pki
149150

0 commit comments

Comments
 (0)