Skip to content

The definition of LinkDisplay differs from stripe-react-native #2268

@najeira

Description

@najeira

Describe the bug

The definition of LinkDisplay differs between stripe-react-native and flutter_stripe.

Details

stripe-react-native:

export enum LinkDisplay {
  /** Link will be displayed when available. */
  AUTOMATIC = 'automatic',
  /** Link will never be displayed. */
  NEVER = 'never',
}

flutter_stripe:

enum LinkDisplay {
  /// Link will be displayed when available
  automatic,
  /// Link will be displayed when available
  manual,
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions