Sha256: ec026068a3d43229c99ae5425e54a2fe772655bded216cdb78cf204c6064f350

Contents?: true

Size: 277 Bytes

Versions: 13

Compression:

Stored size: 277 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 'CVV'
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mno-enterprise-api-2.0.5 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.1.1 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.0.4 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-2.0.4 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.1.0 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.0.3 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-2.0.3 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.0.2 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-2.0.2 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.0.1 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-2.0.1 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-3.0.0 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder
mno-enterprise-api-2.0.0 app/views/mno_enterprise/jpi/v1/organizations/_credit_card.json.jbuilder