Skip to content

Commit

Permalink
userCode düzeltme
Browse files Browse the repository at this point in the history
cempehlivan committed Oct 19, 2024
1 parent 1366adc commit 3dcefef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CP.VPOS/Banks/Ahlpay.cs
Original file line number Diff line number Diff line change
@@ -70,8 +70,8 @@ public SaleResponse Sale(SaleRequest request, VirtualPOSAuth auth)
{"cardHolderName", request.saleInfo.cardNameSurname },
{"merchantId", _token.merchantId },
{"totalAmount", totalStr },
{"memberId", _token.merchantId },
{"userCode", request.saleInfo.cardNameSurname },
{"memberId", _memberId },
{"userCode", auth.merchantUser },
{"txnType", "Auth" },
{"installmentCount", installmentStr },
{"currency", ((int)request.saleInfo.currency).ToString() },
@@ -175,8 +175,8 @@ private SaleResponse Sale3D(SaleRequest request, VirtualPOSAuth auth)
{"cardHolderName", request.saleInfo.cardNameSurname },
{"merchantId", _token.merchantId },
{"totalAmount", totalStr },
{"memberId", _token.merchantId },
{"userCode", request.saleInfo.cardNameSurname },
{"memberId", _memberId },
{"userCode", auth.merchantUser },
{"txnType", "Auth" },
{"installmentCount", installmentStr },
{"currency", ((int)request.saleInfo.currency).ToString() },

0 comments on commit 3dcefef

Please sign in to comment.