Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrMalafeev committed May 19, 2023
1 parent 1e7c047 commit cb4d212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
8 changes: 3 additions & 5 deletions src/Dojo.Net.EPOS.Sample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using Dojo.Net.EPOS.Server;
using Microsoft.Extensions.Logging;

const string AccountId = "alex0000";
const string APIKey = "57c2800b-069a-4232-a70a-5cea81102140";//"Payment1"; //

const string AccountId = "<account_id>";
const string APIKey = "<api_key>";

using ILoggerFactory loggerFactory =
LoggerFactory.Create(builder =>
Expand All @@ -16,9 +15,8 @@

ILogger<Program> logger = loggerFactory.CreateLogger<Program>();

DojoTablesConnector connector = new DojoTablesConnector(AccountId, APIKey, "asdf", isSandbox: true)
DojoTablesConnector connector = new DojoTablesConnector(AccountId, APIKey, "test-id", isSandbox: true)
{
ResellerId = "alex0000", // optional
Logger = logger // optional
};

Expand Down
20 changes: 0 additions & 20 deletions src/Dojo.Net.EPOS.Server/Comments.md

This file was deleted.

0 comments on commit cb4d212

Please sign in to comment.