Skip to content

Commit

Permalink
Scrub test key
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrancis committed May 24, 2017
1 parent 221c352 commit 9cafec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/ChargifyDotNetTests/Base/ChargifyTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ public class ChargifyTestBase

public ChargifyConnect Chargify => _chargify ?? (_chargify = new ChargifyConnect
{
apiKey = "WQyfCM9jaEV59ktDVGnev859bOlT1afmBvOaBlU",
apiKey = "",
Password = "X",
URL = "https://css-test.chargify.com/",
URL = "https://subdomain.chargify.com/",
SharedKey = "123456789",
UseJSON = false,
ProtocolType = SecurityProtocolType.Tls12
Expand Down

0 comments on commit 9cafec3

Please sign in to comment.