Zdeněk Topič
Zdeněk Topič
Any update on this one? Xcode 11.4 is out.
Just found out the correct access is document here: https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#collect-billing-details ``` billingDetailsCollectionConfiguration: { address: PaymentSheet.AddressCollectionMode.NEVER, email: PaymentSheet.CollectionMode.NEVER, name: PaymentSheet.CollectionMode.NEVER, phone: PaymentSheet.CollectionMode.NEVER, }, ``` I am just gonna note that it...
I strongly suggest to rename `File` to slomething else like `S3File`, `FileObject`, `S3Object` or anything else. What do you think @rafiki270? Right now it collides with Vapor directly, and it...
What name would you like it to have? `S3Client`, `S3Api`? Please dont say `Client` :D :D
We will have again conflict with Vapor then :/
I do understand and agree most of the times. They are not package prefixes. For me they are specialozation in this case. You are clearly static that it is S3...