Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
116 lines (116 loc) · 6.32 KB

File metadata and controls

116 lines (116 loc) · 6.32 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{EE8CB03C-AFF3-4480-AFD5-1C8B51540570}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>net.authorize.sample</RootNamespace>
<AssemblyName>SampleCode</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>.\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>.\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AuthorizeNet">
<HintPath>packages\AuthorizeNet.1.8.10\lib\AuthorizeNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ApplePayTransactions\CreateAnApplePayTransaction.cs" />
<Compile Include="CustomerProfiles\CreateCustomerPaymentProfile.cs" />
<Compile Include="CustomerProfiles\CreateCustomerProfile.cs" />
<Compile Include="CustomerProfiles\CreateCustomerProfileFromTransaction.cs" />
<Compile Include="CustomerProfiles\CreateCustomerShippingAddress.cs" />
<Compile Include="CustomerProfiles\DeleteCustomerPaymentProfile.cs" />
<Compile Include="CustomerProfiles\DeleteCustomerProfile.cs" />
<Compile Include="CustomerProfiles\DeleteCustomerShippingAddress.cs" />
<Compile Include="CustomerProfiles\GetCustomerPaymentProfile.cs" />
<Compile Include="CustomerProfiles\GetCustomerPaymentProfileList.cs" />
<Compile Include="CustomerProfiles\GetCustomerProfile.cs" />
<Compile Include="CustomerProfiles\GetCustomerProfileIds.cs" />
<Compile Include="CustomerProfiles\GetCustomerShippingAddress.cs" />
<Compile Include="CustomerProfiles\GetHostedProfilePage.cs" />
<Compile Include="CustomerProfiles\UpdateCustomerPaymentProfile.cs" />
<Compile Include="CustomerProfiles\UpdateCustomerProfile.cs" />
<Compile Include="CustomerProfiles\UpdateCustomerShippingAddress.cs" />
<Compile Include="CustomerProfiles\ValidateCustomerPaymentProfile.cs" />
<Compile Include="PaymentTransactions\AuthorizeCreditCard.cs" />
<Compile Include="PaymentTransactions\CaptureFundsAuthorizedThroughAnotherChannel.cs" />
<Compile Include="PaymentTransactions\CapturePreviouslyAuthorizedAmount.cs" />
<Compile Include="PaymentTransactions\ChargeCreditCard.cs" />
<Compile Include="PaymentTransactions\ChargeCustomerProfile.cs" />
<Compile Include="PaymentTransactions\ChargeTrackData.cs" />
<Compile Include="PaymentTransactions\ChargeEncryptedTrackData.cs" />
<Compile Include="PaymentTransactions\ChargeTokenizedCreditCard.cs" />
<Compile Include="PaymentTransactions\CreditBankAccount.cs" />
<Compile Include="PaymentTransactions\DebitBankAccount.cs" />
<Compile Include="PaymentTransactions\RefundTransaction.cs" />
<Compile Include="PaymentTransactions\UpdateSplitTenderGroup.cs" />
<Compile Include="PaymentTransactions\VoidTransaction.cs" />
<Compile Include="PaypalExpressCheckout\AuthorizationAndCapture.cs" />
<Compile Include="PaypalExpressCheckout\AuthorizationAndCaptureContinue.cs" />
<Compile Include="PaypalExpressCheckout\AuthorizationOnly.cs" />
<Compile Include="PaypalExpressCheckout\AuthorizationOnlyContinued.cs" />
<Compile Include="PaypalExpressCheckout\Credit.cs" />
<Compile Include="PaypalExpressCheckout\GetDetails.cs" />
<Compile Include="PaypalExpressCheckout\PriorAuthorizationCapture.cs" />
<Compile Include="PaypalExpressCheckout\Void.cs" />
<Compile Include="RecurringBilling\CancelSubscription.cs" />
<Compile Include="RecurringBilling\CreateSubscription.cs" />
<Compile Include="RecurringBilling\CreateSubscriptionFromCustomerProfile.cs" />
<Compile Include="RecurringBilling\GetListOfSubscriptions.cs" />
<Compile Include="RecurringBilling\GetSubscription.cs" />
<Compile Include="RecurringBilling\GetSubscriptionStatus.cs" />
<Compile Include="RecurringBilling\UpdateSubscription.cs" />
<Compile Include="SampleCode.cs" />
<Compile Include="TransactionReporting\GetBatchStatistics.cs" />
<Compile Include="TransactionReporting\GetSettledBatchList.cs" />
<Compile Include="TransactionReporting\GetTransactionDetails.cs" />
<Compile Include="TransactionReporting\GetTransactionList.cs" />
<Compile Include="TransactionReporting\GetUnsettledTransactionList.cs" />
<Compile Include="VisaCheckout\DecryptVisaCheckoutData.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="VisaCheckout\CreateVisaCheckoutTransaction.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.