Skip to content

Commit 4928429

Browse files
update batch version
1 parent d2e1c7e commit 4928429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LitleSdkForNet/LitleSdkForNet/LitleBatchRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ public string generateXmlHeader()
12301230
xmlHeader += "physicalCheckDebitAmount=\"" + physicalCheckDebitAmount + "\"\r\n";
12311231
}
12321232

1233-
xmlHeader += "merchantSdk=\"DotNet;9.12.0\"\r\n";
1233+
xmlHeader += "merchantSdk=\"DotNet;9.12.1\"\r\n";
12341234

12351235
xmlHeader += "merchantId=\"" + config["merchantId"] + "\">\r\n";
12361236
return xmlHeader;

0 commit comments

Comments
 (0)