mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 10:35:22 +08:00
* Differentiate response types on "token", "source" StripePaymentRequest events "token" events will pass a Token objects as part of the StripePaymentResponse object, while "source" events will pass a Source object. * Update tests to reflect different response properties on "token" and "source" events