File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ Go to \samples\nvp in command prompt and run NVPTest.exe
7575
7676For 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:
79831 . Go to /stub_generator.
80842 . copy the wsdl for particular version from "https://ics2wsa.ic3.com/commerce/1.x/transactionProcessor/ " to NVP or XML.
You can’t perform that action at this time.
0 commit comments