[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #5 from Fiserv/accept_pin
Browse files Browse the repository at this point in the history
_accept_pin
  • Loading branch information
fs-rich-tilt committed Apr 15, 2024
2 parents 11d5273 + 82afe6d commit 5b949ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FiservTTP/FiservTTPServices.swift
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ internal struct FiservTTPServices: FiservTTPServicesProtocol {
cardReaderTransactionId: cardReaderTransactionId,
appleTtpMerchantId: self.config.appleTtpMerchantId)

let posFeatures = FiservTTPRefundCardRequestPosFeatures(pinAuthenticationCapability: "CAN_ACCEPT_PIN",
let posFeatures = FiservTTPRefundCardRequestPosFeatures(pinAuthenticationCapability: "CANNOT_ACCEPT_PIN",
terminalEntryCapability: "CONTACTLESS")

let dataEntrySource = FiservTTPRefundCardRequestDataEntrySource(dataEntrySource: "MOBILE_TERMINAL",
Expand Down

0 comments on commit 5b949ff

Please sign in to comment.