John Woo

Results 9 issues of John Woo

## Summary Adds an API for determining payment method types on CustomerSheet ## Motivation Feature request ## Testing Added unit tests, manually ## Changelog

## Summary Web is deleting similar payment methods client side in this manner, so we will follow suit until a better solution arises. ## Motivation Part of project to de-dupe...

## Summary Prototyping code under config flag to enable/disable payment method removal ## Motivation Implemented as a client side flag, which will eventually be on CustomerSession ## Testing Added ui...

## Summary Removing next action server-side driven next_action parsing and processing ## Motivation Change in direction. For reference: [Original commit](https://github.com/stripe-ios/stripe-ios-private/pull/1306/files#diff-ba4b18b5a8005808a22a28c75ed8665bdcfb68e16bbea4013039dbdba2d7fcfc) ## Testing Relying on existing tests w/ stp payment handler.

## Summary Adds configuration for EmbeddedPaymentElement.Configuration to Analytics payload ## Motivation Need to track ## Testing manual testing ## Changelog

## Summary It's kind of difficult to see when requests are failing. I propose we print requestID to the console so that it's easier to see/debug. ## Motivation Difficult to...

## Summary Checks the component color, then decide to use the light or dark asset. ## Motivation Compat with appearance api ## Testing updated tests ## Changelog

## Summary Fix autolayout constraint in STPCardFormView which results in collapsing of the view ## Motivation View is collpasing ## Testing Relying on snapshot tests ## Changelog

## Summary Calls new private detach endpoint when using CustomerSessions for both payment sheet and cusotmer sheet ## Motivation Client side changes to support prevent deletion of last payment method....