File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ std::wstring runAuth(CybsMap *cfgMap) {
111
111
request[L" shipTo_city" ] = L" CA" ;
112
112
request[L" shipTo_postalCode" ] = L" 94401" ;
113
113
request[L" shipTo_country" ] = L" US" ;
114
- request[L" card_accountNumber" ] = L" 4111111111111111 " ;
114
+ request[L" card_accountNumber" ] = L" xxxxxxxxxxxxxxxx " ;
115
115
request[L" card_expirationMonth" ] = L" 12" ;
116
116
request[L" card_expirationYear" ] = L" 2020" ;
117
117
request[L" purchaseTotals_currency" ] = L" USD" ;
Original file line number Diff line number Diff line change 1
1
# cybersource-sdk-cplusplus
2
2
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 )]
4
4
(https://travis-ci.org/CyberSource/cybersource-sdk-cplusplus )
5
5
6
6
CyberSource C++ SDK
@@ -75,6 +75,10 @@ Go to \samples\nvp in command prompt and run NVPTest.exe
75
75
76
76
For running the sample follow "Running the Samples" section.
77
77
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
+
78
82
##Generating stub code for different wsdl version:
79
83
1 . Go to /stub_generator.
80
84
2 . 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