Skip to content

Commit 200381d

Browse files
authored
Merge pull request AuthorizeNet#212 from mmikirtumov/master
Fixed minor typo
2 parents e67f9b5 + dcf76ca commit 200381d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authorize.NET/CP/CardPresentResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace AuthorizeNet {
77
/// <summary>
8-
/// Parses the response from the transaction (a piped string) into a represenational class
8+
/// Parses the response from the transaction (a piped string) into a representational class
99
/// </summary>
1010
public class CardPresentResponse:ResponseBase, IGatewayResponse {
1111

0 commit comments

Comments
 (0)