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

Version Path
stripe_local-0.2.5 spec/fixtures/client_params.json
stripe_local-0.2.4 spec/fixtures/client_params.json
stripe_local-0.2.3 spec/fixtures/client_params.json
stripe_local-0.2.2 spec/fixtures/client_params.json
stripe_local-0.2.1 spec/fixtures/client_params.json
stripe_local-0.2.0 spec/fixtures/client_params.json
stripe_local-0.1.3 spec/fixtures/client_params.json
stripe_local-0.1.2 spec/fixtures/client_params.json
stripe_local-0.1.1 spec/fixtures/client_params.json
stripe_local-0.1.0 spec/fixtures/client_params.json
stripe_local-0.0.2 spec/fixtures/client_params.json