Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit

Permalink
BuildMaster release: v2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
securesubmit-buildmaster committed May 11, 2021
1 parent e70e009 commit d4aaa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SecureSubmit/Fluent/Services/HpsFluentCreditService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private void ProcessIssuerResponse(PosResponseVer10 response, ItemChoiceType1 ex
throw new HpsCreditException(transactionId, HpsExceptionCodes.IssuerTimeoutReversalError, "Error occurred while reversing a charge due to an issuer timeout.", e);
}
}
HpsIssuerResponseValidation.CheckResponse(transactionId, transaction.RspCode, transaction.RspText);
HpsIssuerResponseValidation.CheckResponse(transactionId, transaction.RspCode, transaction.RspText, HpsCardType.Credit, transaction);
}

private void ProcessGatewayResponse(PosResponseVer10 response, ItemChoiceType1 expectedResponseType, decimal? amount)
Expand Down

0 comments on commit d4aaa55

Please sign in to comment.