Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/Examples/Checkout/CreatePayment/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static void Main(string[] args)
/// This configuration let you set your credentials from your ".cs" file.
AccountCredentials credentials = new AccountCredentials("backoffice@lojamodelo.com.br", "256422BF9E66458CA3FE41189AD1C94A");

/// @todo with you want to get credentials from xml config file uncommend the line below and comment the line above.
/// @todo with you want to get credentials from xml config file uncomment the line below and comment the line above.
//AccountCredentials credentials = PagSeguroConfiguration.Credentials(isSandbox);

Uri paymentRedirectUri = payment.Register(credentials);
Expand Down