-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] feat: Address Element 🏘 #1169
[WIP] feat: Address Element 🏘 #1169
Conversation
implementation ('com.github.stripe:stripe-android:address-element-private-beta-SNAPSHOT') { | ||
exclude group: 'com.github.stripe.stripe-android', module: 'stripecardscan-tflite' | ||
exclude group: 'com.github.stripe.stripe-android', module: 'stripecardscan' | ||
} | ||
|
||
// implementation "com.stripe:financial-connections:$stripe_version" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: revert
@@ -44,7 +44,7 @@ allprojects { | |||
url("$rootDir/../node_modules/jsc-android/dist") | |||
} | |||
maven { url "file:/$rootDir/privateMavenRepository" } | |||
|
|||
maven { url 'https://jitpack.io' } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: revert
:production => production, | ||
production: production, | ||
hermes_enabled: flags[:hermes_enabled], | ||
fabric_enabled: flags[:fabric_enabled], | ||
:flipper_configuration => FlipperConfiguration.enabled, | ||
flipper_configuration: FlipperConfiguration.enabled, | ||
# An absolute path to your application root. | ||
app_path: "#{Pod::Config.instance.installation_root}/.." | ||
) | ||
|
||
pod 'Stripe', git: 'https://github.com/stripe-ios/stripe-ios.git', branch: 'address-element-private-beta' | ||
pod 'StripeUICore', git: 'https://github.com/stripe-ios/stripe-ios.git', branch: 'address-element-private-beta' | ||
pod 'StripeCore', git: 'https://github.com/stripe-ios/stripe-ios.git', branch: 'address-element-private-beta' | ||
pod 'StripeFinancialConnections', git: 'https://github.com/stripe-ios/stripe-ios.git', branch: 'address-element-private-beta' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: revert
s.dependency 'Stripe' | ||
s.dependency 'StripeFinancialConnections' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: revert
Summary
<AddressSheet />
component, which enables you to collect local and international shipping or billing addresses from your customers with address autocomplete. #1169defaultShippingDetails
field to theparams
argument ininitPaymentSheet(params)
. This will allow you to collect shipping details (either in your own UI or using the new<AddressSheet />
component) for payments in the Payment Sheet. #1169Motivation
beta release the AddressElement
Testing
Documentation
Select one: