-
Notifications
You must be signed in to change notification settings - Fork 663
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
Add feature flag and LinkConsumerIncentive
struct
#9605
Merged
Merged
+205
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diffuse output:
APK
DEX
|
tillh-stripe
force-pushed
the
tillh/ibp-incentives-model-changes
branch
6 times, most recently
from
November 19, 2024 18:41
93ca9d6
to
6d90550
Compare
payments-core/src/main/java/com/stripe/android/model/parsers/ElementsSessionJsonParser.kt
Outdated
Show resolved
Hide resolved
stripe-core/src/main/java/com/stripe/android/core/utils/FeatureFlags.kt
Outdated
Show resolved
Hide resolved
jaynewstrom-stripe
previously approved these changes
Nov 20, 2024
2 builds increased size, 1 build had no size change
Stripe Identity Example 21.2.0-theme1 (20)
|
Item | Install Size Change | Download Size Change |
---|---|---|
🗑 com.stripe.android.financialconnections.model.DataAccessNotice$Cr... | ⬇️ -8.6 kB | ⬇️ -4.0 kB |
📝 com.stripe.android.financialconnections.model.CreditBalance$Creat... | ⬆️ 8.6 kB | ⬆️ 4.0 kB |
🗑 com.stripe.android.model.SetupIntent$Creator | ⬇️ -8.2 kB | ⬇️ -3.9 kB |
📝 com.stripe.android.model.PaymentMethodUpdateParams$Card$Networks$... | ⬆️ 8.1 kB | ⬆️ 3.8 kB |
📝 androidx.fragment.app.FragmentManagerState$1 | ⬆️ 6.5 kB | ⬆️ 3.1 kB |
PaymentSheet Example 21.2.0 (11)
com.stripe.android.paymentsheet.example
⚖️ Compare build
⏱️ Analyze build performance
Total install size change: ⬆️ 1.6 kB (0.01%)
Total download size change: ⬆️ 726 B
Largest size changes
Item | Install Size Change | Download Size Change |
---|---|---|
🗑 com.google.android.gms.wallet.zzac | ⬇️ -9.1 kB | ⬇️ -4.2 kB |
🗑 com.stripe.android.financialconnections.model.BalanceRefresh$Crea... | ⬇️ -8.5 kB | ⬇️ -3.9 kB |
📝 com.stripe.android.financialconnections.model.AddNewAccount$Creat... | ⬆️ 8.5 kB | ⬆️ 3.9 kB |
📝 androidx.versionedparcelable.ParcelImpl$1 | ⬆️ 7.6 kB | ⬆️ 3.5 kB |
🗑 com.stripe.android.model.PaymentMethodOptionsParams$WeChatPay$Cre... | ⬇️ -7.3 kB | ⬇️ -3.3 kB |
🛸 Powered by Emerge Tools
jaynewstrom-stripe
approved these changes
Nov 20, 2024
We now get the formatted display text from the API.
- Use feature flag earlier - Rename feature flag
No longer needed, as more stuff is happening on the server.
tillh-stripe
force-pushed
the
tillh/ibp-incentives-model-changes
branch
from
November 20, 2024 16:26
8c82b3e
to
33fe998
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This pull request adds a feature flag for Instant Bank Payments Incentives, and adds the
LinkConsumerIncentive
struct inElementsSession
.Motivation
CONSUMERBANK-561
Testing
Screenshots
Changelog