Sha256: 9a87cc52ad3f8b6e519b29e4d71b7e5becc8b97b424be4932291410cdc0f7d51

Contents?: true

Size: 1.82 KB

Versions: 14

Compression:

Stored size: 1.82 KB

Contents

{
    "subscription": {
        "id": 123,
        "state": "active",
        "balance_in_cents": "auto generated",
        "current_period_started_at": "auto generated",
        "current_period_ends_at": "auto generated",
        "activated_at": "auto generated",
        "trial_ended_at": "auto generated",
        "trial_started_at": "auto generated",
        "expires_at": "auto generated",
        "created_at": "auto generated",
        "updated_at": "auto generated",
        "cancellation_message": null,
        "customer": {
            "id": "auto generated",
            "first_name": "your value",
            "last_name": "your value",
            "email": "your value",
            "organization": "your value",
            "reference": "your value",
            "updated_at": "auto generated",
            "created_at": "auto generated"
        },
        "product": {
            "id": 354,
            "name": "[@products.last.name]",
            "handle": 354,
            "price_in_cents": 1000,
            "accounting_code": "[@products.last.accounting_code]",
            "description": "your value",
            "interval": 3600,
            "interval_unit": "[@products.last.interval_unit]",
            "product_family": {
                "id": 15,
                "name": "[@products.last.product_family.name]",
                "handle": "[@products.last.product_family.handle]",
                "accounting_code": "[@products.last.product_family.accounting_code]",
                "description": "your value"
            }
        },
        "credit_card": {
            "first_name": "your value",
            "last_name": "your value",
            "masked_card_number": "your value",
            "card_type": "auto generated",
            "expiration_month": "your value",
            "expiration_year": "your value"
        }
    }
}

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
stefl-chargify-0.3.10 spec/fixtures/migrate_subscription.json
chargify-0.3.0 test/fixtures/migrate_subscription.json
stefl-chargify-0.3.6 spec/fixtures/migrate_subscription.json
stefl-chargify-0.3.5 spec/fixtures/migrate_subscription.json
stefl-chargify-0.3.4 spec/fixtures/migrate_subscription.json
stefl-chargify-0.3.3 spec/fixtures/migrate_subscription.json
jsmestad-chargify-0.3.3 spec/fixtures/migrate_subscription.json
jsmestad-chargify-0.3.2.2 spec/fixtures/migrate_subscription.json
jsmestad-chargify-0.3.2.1 spec/fixtures/migrate_subscription.json
jsmestad-chargify-0.3.2 spec/fixtures/migrate_subscription.json
jsmestad-chargify-0.3.1 spec/fixtures/migrate_subscription.json
jsmestad-chargify-0.3.0 spec/fixtures/migrate_subscription.json
jsmestad-chargify-0.3.0.pre6 spec/fixtures/migrate_subscription.json
jsmestad-chargify-0.3.0.pre5 spec/fixtures/migrate_subscription.json