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

Commit 520a14b

Browse filesBrowse files
authored
Merge pull request AuthorizeNet#85 from sharathkatteri/master
Changes to call CreateAnAcceptPaymentTransaction.cs class
2 parents ee3f6cd + a13ae61 commit 520a14b
Copy full SHA for 520a14b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

‎SampleCode.cs‎

Copy file name to clipboardExpand all lines: SampleCode.cs
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ private static void ShowMethods()
126126
Console.WriteLine(" GetMerchantDetails");
127127
Console.WriteLine(" GetAnAcceptPaymentPage");
128128
Console.WriteLine(" GetCustomerProfileTransactionList");
129+
Console.WriteLine(" CreateAnAcceptPaymentTransaction");
129130
Console.WriteLine(" GetAccountUpdaterJobSummary");
130131
}
131132

@@ -329,6 +330,9 @@ private static void RunMethod(String methodName)
329330
case "GetAnAcceptPaymentPage":
330331
GetAnAcceptPaymentPage.Run(apiLoginId, transactionKey, 12.23m);
331332
break;
333+
case "CreateAnAcceptPaymentTransaction":
334+
CreateAnAcceptPaymentTransaction.Run(apiLoginId, transactionKey, 12.23m);
335+
break;
332336
case "GetCustomerProfileTransactionList":
333337
GetCustomerProfileTransactionList.Run(apiLoginId, transactionKey, customerProfileId);
334338
break;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.