Skip to content

Interface conflicts for the metadata #111

Open
@danieljohnson18

Description

@danieljohnson18

The metadata in the PaystackProps has conflicting interfaces for the metadata field, this flags type when defining custom meta data fields. Please have this checked.

interface PaystackCustomFields { display_name: string; variable_name: string; value: any; } interface PaystackMetadata { custom_fields: PaystackCustomFields[]; } interface PaystackMetadata { [key: string]: any; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions