Skip to content

Commit 47f60c1

Browse files
committed
Merge branch 'leniency-master' into Future
2 parents 53e9ef4 + 44da256 commit 47f60c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Authorize.NET/AIM/Responses/SIMResponse.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ public string ResponseCode {
3939

4040
public string ResponseReasonCode
4141
{
42-
get { throw new NotImplementedException(); }
42+
get {
43+
return FindKey("x_response_reason_code");
44+
}
4345
}
4446

4547
public string Message {

0 commit comments

Comments
 (0)