-
Notifications
You must be signed in to change notification settings - Fork 141
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
[v6]Cherry pick new upi flow #2733
Conversation
|
ae8eae6
to
2cda97d
Compare
* Add translations * refactor: more tests for onChange * refactor: await component supports shouldRedirectAutomatically, use await for the upi intent apps instead of redirect * refactor(upi-app-list): disable selection on loading * fix logo path * remove app list for upi story (cherry picked from commit 080f15b)
2cda97d
to
5e924ca
Compare
Size Change: +6.01 kB (+0.82%) Total Size: 735 kB
ℹ️ View Unchanged
|
size-limit report 📦
|
5e924ca
to
75cbd3f
Compare
paymentMethodsConfiguration, | ||
paymentMethod.isStoredPaymentMethod | ||
); | ||
const isStoredPaymentMethod = 'isStoredPaymentMethod' in paymentMethod && paymentMethod.isStoredPaymentMethod; |
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.
Is it needed to perform this check here? Just wondering that since it wasn't here before
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.
I got a TS error TS2339: Property isStoredPaymentMethod does not exist on type PaymentMethod | StoredPaymentMethod Property isStoredPaymentMethod does not exist on type PaymentMethod
so I added this extra check.
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Summary