Skip to content

Credit card expiration is missing #183

@stanislaw89

Description

@stanislaw89

Scenario & Reproduction Steps

I can successfully retrieve a credit card item like this:

item = await client.items.get("...", "...")

All the data is returned as expected, but the expiry date field is empty, and its field_type is reported as ItemFieldType.UNSUPPORTED:

id='expiry' title='expiry date' section_id=None field_type=<ItemFieldType.UNSUPPORTED: 'Unsupported'> value='' details=None

It seems that this field is marked as “unsupported,” possibly originating either from the server or from the native Rust layer:

Image

Tested on version 0.3.1.
This issue might be related to 1Password/onepassword-sdk-python#140.

Actual Behavior

The credit card 'expiry date' is empty string instead of the actual value.

Expected Behavior

The 'expiry date' to be the actual value

SDK version

0.3.1

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions