We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cdcda commit a2ec432Copy full SHA for a2ec432
SampleApp/Program.cs
@@ -56,8 +56,8 @@ static async Task SmartyServiceAsync()
56
Console.WriteLine("Type your US Zipcode (eg: 95014):");
57
var zipcode = Console.ReadLine()?.Trim();
58
59
- var authId = "5c19485e-306d-c4e9-ab20-4b30cb926420"; // Create an account on https://www.smarty.com/ and put your own.
60
- var authToken = "t7Uvm5G5ox8kalbJyMgC"; // Create an account on https://www.smarty.com/ and put your own.
+ var authId = ""; // Create an account on https://www.smarty.com/ and put your own.
+ var authToken = ""; // Create an account on https://www.smarty.com/ and put your own.
61
62
if (string.IsNullOrWhiteSpace(authId) || string.IsNullOrWhiteSpace(authToken))
63
{
0 commit comments