Sha256: d56ab49cffc90bc4fcf1a9fba765e88fabc0ab7488554862a1409bb52171f241
Contents?: true
Size: 765 Bytes
Versions: 11
Compression:
Stored size: 765 Bytes
Contents
{ "client": { "address": { "city": "<%= m.fetch( :city, 'Lees Summit' ) %>", "state": "<%= m.fetch( :state, 'MO' ) %>", "street": "<%= m.fetch( :street, '429 NE Station Dr' ) %>", "zip": "<%= m.fetch( :zip, 64086 ) %>" }, "email": "<%= m.fetch( :email, 'outlawandy@gmail.com' ) %>", "full_name": "<%= m.fetch( :full_name, 'John Applebrain' ) %>", "organization": "<%= m.fetch( :organization, 'John''s Bon-Bons' ) %>", "phone": "<%= m.fetch( :phone, '8167974635' ) %>" }, "coupon": "<%= m.fetch( :coupon, nil ) %>", "path": "complyability", "plan": "<%= m.fetch( :plan, 'HR99') %>", "stripe_card_token": "<%= m.fetch( :token, 'stub_token') %>" }
Version data entries
11 entries across 11 versions & 1 rubygems