Method: ActiveMerchant::Billing::CreditCard#verification_value
- Defined in:
- lib/active_merchant/billing/credit_card.rb
#verification_value ⇒ Object
Optional verification_value (CVV, CVV2 etc). Gateways will try their best to run validation on the passed in value if it is supplied
54 55 56 |
# File 'lib/active_merchant/billing/credit_card.rb', line 54 def verification_value @verification_value end |