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