Sha256: 9133e9d6fde26b2805c26b19296dd0ac0ec953b60372660ed00d4a4553c41fba

Contents?: true

Size: 301 Bytes

Versions: 17

Compression:

Stored size: 301 Bytes

Contents

json.credit_card do
  if credit_card
    json.extract! credit_card, :id, :title,:first_name,:last_name,:month,:year,:country,:billing_address,:billing_city,:billing_postcode, :billing_country
    json.number credit_card.masked_number
    json.verification_value credit_card.id ? 'CVV' : nil
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
mno-enterprise-api-3.4.0 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.3.3 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.3.2 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.2.1 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.3.1 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.3.0 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.2.0 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.1.4 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.0.7 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-2.0.9 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.1.3 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.0.6 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-2.0.8 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.1.2 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.0.5 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-2.0.7 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-2.0.6 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder