Skip to content

Commit d48c64e

Browse files
authored
Merge pull request #24 from CyberSource/future
Future
2 parents fa448d7 + 283941c commit d48c64e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cybersource-sdk-cplusplus
22

3-
[![Build Status](https://travis-ci.org/CyberSource/cybersource-sdk-cplusplus.svg?branch=master)]
3+
[![Build Status](https://travis-ci.org/CyberSource/cybersource-sdk-cplusplus.svg?branch=future)]
44
(https://travis-ci.org/CyberSource/cybersource-sdk-cplusplus)
55

66
CyberSource C++ SDK
@@ -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)