-
Notifications
You must be signed in to change notification settings - Fork 68
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
UPI intent integration #1615
Merged
Merged
UPI intent integration #1615
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
araratthehero
force-pushed
the
feature/upi_intent_integration
branch
2 times, most recently
from
May 3, 2024 08:53
0aa3597
to
4886b28
Compare
ozgur00
force-pushed
the
feature/upi_intent_integration
branch
from
May 15, 2024 12:22
4886b28
to
70ae53e
Compare
araratthehero
force-pushed
the
feature/upi_intent_integration
branch
8 times, most recently
from
May 31, 2024 09:07
d357366
to
fcc66c4
Compare
araratthehero
force-pushed
the
feature/upi_intent_integration
branch
2 times, most recently
from
June 4, 2024 12:24
df8c15f
to
524f9d2
Compare
OscarSpruit
reviewed
Jun 10, 2024
await/src/main/java/com/adyen/checkout/await/internal/ui/DefaultAwaitDelegate.kt
Show resolved
Hide resolved
components-core/src/main/java/com/adyen/checkout/components/core/App.kt
Outdated
Show resolved
Hide resolved
components-core/src/main/java/com/adyen/checkout/components/core/App.kt
Outdated
Show resolved
Hide resolved
upi/src/main/java/com/adyen/checkout/upi/internal/ui/DefaultUPIDelegate.kt
Outdated
Show resolved
Hide resolved
upi/src/main/java/com/adyen/checkout/upi/internal/ui/view/UPIIntentGenericAppViewHolder.kt
Outdated
Show resolved
Hide resolved
upi/src/main/java/com/adyen/checkout/upi/internal/ui/view/UPIIntentManualAddressViewHolder.kt
Show resolved
Hide resolved
araratthehero
force-pushed
the
feature/upi_intent_integration
branch
6 times, most recently
from
June 14, 2024 11:08
72307c0
to
8e94ea5
Compare
araratthehero
force-pushed
the
feature/upi_intent_integration
branch
from
June 14, 2024 14:31
8e94ea5
to
35d828b
Compare
OscarSpruit
force-pushed
the
feature/upi_intent_integration
branch
from
June 18, 2024 15:02
35d828b
to
87ce25f
Compare
COAND-866
COAND-866
COAND-866
COAND-866
COAND-866
… option selected. COAND-866
…areItemsTheSame to verify the selected item COAND-866
COAND-866
COAND-866
COAND-866
COAND-866
COAND-866
COAND-866
This also makes sure the logo of the payment method will be loaded regardless of the redirect. COAND-866
This makes sure the api doesn't break. COAND-866
OscarSpruit
force-pushed
the
feature/upi_intent_integration
branch
from
June 19, 2024 09:29
b57cefb
to
53d534f
Compare
COAND-866
jreij
approved these changes
Jun 19, 2024
✅ Public API ChangesNo changes detected! |
Quality Gate failedFailed conditions |
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.
Description
The following changes have been made:
UPIPaymentMethod
based on chosen UPI types and/or appsawait
action component to support redirectionsetInteractionBlocked
totrue
would not disable the pay button.Checklist
COAND-866