Skip to content
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

Support partial payments #310

Merged
merged 22 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d3935df
Started with implementation of partial payment
Robert-SD Sep 20, 2024
67fad31
Added android partial payments flow
Robert-SD Sep 25, 2024
e18088f
Rebase with main
Robert-SD Oct 28, 2024
4714ba5
Started with integration of partial payments for iOS
Robert-SD Nov 18, 2024
2981466
Completed partial payments for iOS and improved error handling for AP…
Robert-SD Nov 19, 2024
7b68658
removed error dialogs for android and fixed missing parameter name on…
Robert-SD Nov 19, 2024
ee8409c
Adjusted tests
Robert-SD Nov 19, 2024
c84e42a
Fixed failing android test
Robert-SD Nov 21, 2024
2e98c7b
Improved naming
Robert-SD Nov 21, 2024
4446cb0
Renamed OrderCancelResponse into OrderCancelResult and improved param…
Robert-SD Nov 21, 2024
86cc0f5
Added delay on Android layer until SDK update is available
Robert-SD Nov 21, 2024
6b0b956
Changed constant names to camelCase
Robert-SD Nov 21, 2024
c2d93eb
Improved naming of orderCancelResult class properties
Robert-SD Nov 21, 2024
9cc78f6
Added changelog entry
Robert-SD Nov 28, 2024
68ca648
Added badges and required minimum AGP version to readme
Robert-SD Dec 10, 2024
ac7a596
Specified required AGP version
Robert-SD Dec 10, 2024
c0c7a8d
Adjusted required Kotlin version
Robert-SD Dec 10, 2024
e2b2369
Applied adjustments from iOS code review
Robert-SD Dec 18, 2024
02dca23
Merge branch 'main' into feature/addPartialPayments
Robert-SD Dec 18, 2024
3be8f10
Removed the delays because they are no longer needed.
Robert-SD Dec 18, 2024
2b05fee
Fixed isPartialPaymentSupported check on iOS
Robert-SD Dec 19, 2024
63affaa
Applied change from code review
Robert-SD Dec 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.2.0

* Added support for partial payments.
* Improved dynamic viewport of card component.
* Added the missing loading bottom sheet for the advanced flow google pay component.
* Updated iOS SDK to v5.14.0.
Expand Down
Loading
Loading