Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/packages / core / auth / user / fixture.js
Size: Mime:
/**
 * @todo ! @kiruthika fixtures do not belong in state
 */
export const wording = {
    addCardStatus: 'User Updated Successfully',
};
export const userFixture = {
    type: 'profile',
    responseMessage: 'Get Profile Success',
    properties: {
        creditcardinfo: {
            cards: [
                {
                    isvalidated: 'false',
                    identifier: '5090766000346339304012',
                    nameOnCard: 'XXX',
                    lastFourDigits: undefined,
                    addressinfo: [
                        {
                            addressid: '1cba713d-49d8-41a4-9131-31a2642c6dea',
                        },
                    ],
                    expirationyear: '2018',
                    cardid: '6943edef-2b05-4595-96fc-ae7476cb7d40',
                    cardType: '002',
                    cardNumber: '*3271',
                    isdefault: 'false',
                    expirationmonth: '05',
                    type: undefined,
                },
            ],
        },
        state: {
            starttime: '1508918214000',
            status: 'active',
        },
        userinfo: [
            {
                country: undefined,
                userPhoto: 'https://lh6.googleusercontent.com/-dnaW76_2gNA/AAAAAAAAAAI/AAAAAAAAABs/7Vzj4qddNNY/photo.jpg',
                firstName: 'Y.O.U.',
                preferences: [
                    {
                        label: 'contactPreferences',
                        value: undefined,
                    },
                    {
                        label: 'preferences',
                        value: undefined,
                    },
                    {
                        label: 'additionalPreferences',
                        value: undefined,
                    },
                ],
                gender: undefined,
                city: undefined,
                phoneNumber: '1234567890',
                starttime: '1508918214000',
                userId: '365347',
                additionalinfo: [],
                lastName: 'L.A.S.T.',
                zipCode: undefined,
                addressinfo: [
                    {
                        country: 'US',
                        firstName: 'Y.O.U.',
                        telephone: '2506509455',
                        city: 'Floral Park',
                        isDefault: 'true',
                        additionalDetails: [
                            {
                                name: 'validated',
                                value: 'false',
                            },
                            {
                                name: 'override',
                                value: 'true',
                            },
                        ],
                        county: undefined,
                        addressid: 'a2991c01-7494-4a95-9a30-29ab105d088d',
                        lastName: 'L.A.S.T.',
                        zipCode: '11001',
                        addressType: 'shippingAddress',
                        addressLine2: '',
                        addressLine1: '591 U.S. 1, Milford',
                        state: 'NY',
                        email: 'eh@skava.com',
                    },
                ],
                dob: undefined,
                state: undefined,
                userTimeZone: undefined,
                email: 'eh@skava.com',
                userName: 'This could be you!',
            },
        ],
    },
    responseCode: '0',
};
//# sourceMappingURL=fixture.js.map