1 file changed
+1
-1
lines changedSubmodule sample-code-csharp updated 63 files
- .travis.yml+9-1
- ApplePayTransactions/CreateAnApplePayTransaction.cs+6-4
- CustomerProfiles/CreateCustomerPaymentProfile.cs+6-5
- CustomerProfiles/CreateCustomerProfile.cs+7-6
- CustomerProfiles/CreateCustomerProfileFromTransaction.cs+5-4
- CustomerProfiles/CreateCustomerShippingAddress.cs+5-4
- CustomerProfiles/DeleteCustomerPaymentProfile.cs+7-5
- CustomerProfiles/DeleteCustomerProfile.cs+5-4
- CustomerProfiles/DeleteCustomerShippingAddress.cs+7-5
- CustomerProfiles/GetCustomerPaymentProfile.cs+19-6
- CustomerProfiles/GetCustomerPaymentProfileList.cs+4-2
- CustomerProfiles/GetCustomerProfile.cs+7-5
- CustomerProfiles/GetCustomerProfileIds.cs+6-4
- CustomerProfiles/GetCustomerShippingAddress.cs+9-6
- CustomerProfiles/GetHostedProfilePage.cs+5-5
- CustomerProfiles/UpdateCustomerPaymentProfile.cs+8-6
- CustomerProfiles/UpdateCustomerProfile.cs+7-5
- CustomerProfiles/UpdateCustomerShippingAddress.cs+8-6
- CustomerProfiles/ValidateCustomerPaymentProfile.cs+8-6
- PaymentTransactions/AuthorizeCreditCard.cs+6-5
- PaymentTransactions/CaptureFundsAuthorizedThroughAnotherChannel.cs+4-3
- PaymentTransactions/CapturePreviouslyAuthorizedAmount.cs+5-4
- PaymentTransactions/ChargeCreditCard.cs+14-6
- PaymentTransactions/ChargeCustomerProfile.cs+8-6
- PaymentTransactions/ChargeTokenizedCreditCard.cs+5-4
- PaymentTransactions/CreditBankAccount.cs+5-4
- PaymentTransactions/DebitBankAccount.cs+5-4
- PaymentTransactions/RefundTransaction.cs+5-4
- PaymentTransactions/UpdateSplitTenderGroup.cs+6-4
- PaymentTransactions/VoidTransaction.cs+5-4
- PaypalExpressCheckout/AuthorizationAndCapture.cs+6-5
- PaypalExpressCheckout/AuthorizationAndCaptureContinue.cs+5-4
- PaypalExpressCheckout/AuthorizationOnly.cs+5-4
- PaypalExpressCheckout/AuthorizationOnlyContinued.cs+5-4
- PaypalExpressCheckout/Credit.cs+5-4
- PaypalExpressCheckout/GetDetails.cs+8-5
- PaypalExpressCheckout/PriorAuthorizationCapture.cs+5-4
- PaypalExpressCheckout/Void.cs+5-4
- RecurringBilling/CancelSubscription.cs+5-4
- RecurringBilling/CreateSubscription.cs+6-5
- RecurringBilling/GetListOfSubscriptions.cs+4-3
- RecurringBilling/GetSubscription.cs+4-3
- RecurringBilling/GetSubscriptionStatus.cs+4-3
- RecurringBilling/UpdateSubscription.cs+5-4
- SampleCode.cs+26-26
- SampleCode.csproj+2-2
- SampleCode.sln+6
- SampleCodeTest/Constants.cs+16
- SampleCodeTest/Properties/AssemblyInfo.cs+36
- SampleCodeTest/README.md+22
- SampleCodeTest/SampleCodeList.txt+51
- SampleCodeTest/SampleCodeTest.csproj+99
- SampleCodeTest/TestRunner.cs+369
- SampleCodeTest/bin/Release/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
- SampleCodeTest/failed_cases.txt+16
- TransactionReporting/GetBatchStatistics.cs+15-6
- TransactionReporting/GetSettledBatchList.cs+9-5
- TransactionReporting/GetTransactionDetails.cs+9-9
- TransactionReporting/GetTransactionList.cs+10-7
- TransactionReporting/GetUnsettledTransactionList.cs+9-5
- VisaCheckout/CreateVisaCheckoutTransaction.cs+6-4
- VisaCheckout/DecryptVisaCheckoutData.cs+5-2
- packages.config+2-3
0 commit comments