recurly / recurly-js

Simple subscription billing in the browser
https://js.recurly.com/
MIT License
646 stars 139 forks source link

AlternativePaymentMethods type missing iDEAL, Sofort and CashApp #882

Open jochem-van-eldijk opened 2 months ago

jochem-van-eldijk commented 2 months ago

problem

This type definition is missing the following methods that are defined in the recurly-js doc

solution

export type AlternativePaymentMethodType = 'boleto' |  'iDEAL' | 'Sofort' | 'CashApp';