We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71ac7d commit 8818188Copy full SHA for 8818188
1 file changed
iyzipay/iyzipay_resource.py
@@ -144,6 +144,7 @@ def basket_pki(basket_items):
144
pki_builder.append('itemType', item.get('itemType'))
145
pki_builder.append('subMerchantKey', item.get('subMerchantKey'))
146
pki_builder.append_price('subMerchantPrice', item.get('subMerchantPrice'))
147
+ pki_builder.append_price('withholdingTax', item.get('withholdingTax'))
148
basket_items_pki.append(pki_builder.get_request_string())
149
return basket_items_pki
150
0 commit comments