Method: ActiveMerchant::Billing::CreditCard#encrypted_pin_cryptogram
- Defined in:
- lib/active_merchant/billing/credit_card.rb
#encrypted_pin_cryptogram ⇒ String
Returns the ciphertext of the card’s encrypted PIN.
241 242 243 |
# File 'lib/active_merchant/billing/credit_card.rb', line 241 def encrypted_pin_cryptogram @encrypted_pin_cryptogram end |