FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sample-code-csharp/SampleCodeTest/Constants.cs at master · AuthorizeNet/sample-code-csharp · GitHub
AuthorizeNet
/
sample-code-csharp
Public
Notifications
You must be signed in to change notification settings
Fork
132
Star
77
Code
Issues
5
Pull requests
7
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
sample-code-csharp
/
SampleCodeTest
/
Constants.cs
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (15 loc) · 461 Bytes
Breadcrumbs
sample-code-csharp
/
SampleCodeTest
/
Constants.cs
Copy path
File metadata and controls
16 lines (15 loc) · 461 Bytes
Raw
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
using
System
;
using
System
.
Collections
.
Generic
;
using
System
.
Linq
;
using
System
.
Text
;
namespace
SampleCodeTest
{
class
Constants
{
public
static
string
API_LOGIN_ID
=
"5KP3u95bQpv"
;
public
static
string
TRANSACTION_KEY
=
"346HZ32z3fP4hTG2"
;
public
static
string
TRANSACTION_ID
=
"123456"
;
public
static
string
PAYER_ID
=
"6ZSCSYG33VP8Q"
;
public
static
string
CONFIG_FILE
=
"../../SampleCodeList.txt"
;
}
}
Back
|
FazBrowse Home
|
New Git URL