Skip to content

Commit 283941c

Browse files
authored
Merge pull request #23 from DivyaDosibhatla/future
Updated the readme and masked account number in nvptest.cpp file
2 parents 91470c4 + 73a2e60 commit 283941c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NVPTest/NVPTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ std::wstring runAuth(CybsMap *cfgMap) {
111111
request[L"shipTo_city"] = L"CA";
112112
request[L"shipTo_postalCode"] = L"94401";
113113
request[L"shipTo_country"] = L"US";
114-
request[L"card_accountNumber"] = L"4111111111111111";
114+
request[L"card_accountNumber"] = L"xxxxxxxxxxxxxxxx";
115115
request[L"card_expirationMonth"] = L"12";
116116
request[L"card_expirationYear"] = L"2020";
117117
request[L"purchaseTotals_currency"] = L"USD";

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ Go to \samples\nvp in command prompt and run NVPTest.exe
7575

7676
For running the sample follow "Running the Samples" section.
7777

78+
NOTE:To run NVPTest samples,Please provide a test account number instead of masked account number"xxxxx" in NVPTest.cpp file else transaction fails.
79+
80+
81+
7882
##Generating stub code for different wsdl version:
7983
1. Go to /stub_generator.
8084
2. copy the wsdl for particular version from "https://ics2wsa.ic3.com/commerce/1.x/transactionProcessor/" to NVP or XML.

0 commit comments

Comments
 (0)