We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc752ae + 966ee39 commit 7ea41dbCopy full SHA for 7ea41db
AuthorizeNETtest/Api/Controllers/SampleTest/CreateTransactionSampleTest.cs
@@ -166,7 +166,13 @@ public void SampleCodeCreateTransactionWithPayPal()
166
167
//set up data based on transaction
168
var transactionAmount = new decimal(80.93);
169
- var payPalData = new payPalType {paypalLc = "IT", paypalPayflowcolor = "FFFF00"};
+ var payPalData = new payPalType
170
+ {
171
+ paypalLc = "IT",
172
+ paypalPayflowcolor = "FFFF00",
173
+ successUrl = PayPalOne.successUrl,
174
+ cancelUrl = PayPalOne.cancelUrl,
175
+ };
176
177
//standard api call to retrieve response
178
var paymentType = new paymentType { Item = payPalData };
0 commit comments