Skip to content

Wrong type interface: PaymentMethodData #19200

@1000ch

Description

@1000ch
interface PaymentMethodData {
    data?: any;
    supportedMethods?: string[];
}

should be

interface PaymentMethodData {
    data?: any;
    supportedMethods?: string;
}

according to https://www.w3.org/TR/payment-request/#paymentmethoddata-dictionary.

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueHelp WantedYou can do this

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions