-
Notifications
You must be signed in to change notification settings - Fork 171
Open
@danieljohnson18
Description
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
Labels
No labels