Skip to content

Commit

Permalink
ToPKIRequestString withholdingTax field remove
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikkamat committed Dec 26, 2024
1 parent 9d4b4d8 commit d9c3670
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Iyzipay/Model/BasketItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public String ToPKIRequestString()
.Append("subMerchantKey", SubMerchantKey)
.AppendPrice("subMerchantPrice", SubMerchantPrice)
.Append("chargedFromMerchant", ChargedFromMerchant)
.AppendPrice("withholdingTax", WithholdingTax)
.GetRequestString();
}
}
Expand Down
1 change: 0 additions & 1 deletion Iyzipay/Request/UpdatePaymentItemRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public override string ToPKIRequestString()
.Append("subMerchantKey", SubMerchantKey)
.Append("paymentTransactionId", PaymentTransactionId)
.Append("subMerchantPrice", SubMerchantPrice)
.AppendPrice("withholdingTax", WithholdingTax)
.GetRequestString();
}
}
Expand Down

0 comments on commit d9c3670

Please sign in to comment.