Add deferred transaction type to iOS - #65
Open
Conversation
ana-maksimovskikh
force-pushed
the
ana/card-1055-e-apple-pay-ios-advanced-request-types-decision-needed-2
branch
from
August 18, 2026 15:38
e403473 to
442a048
Compare
ana-maksimovskikh
changed the base branch from
main
to
ana/card-1055-e-apple-pay-ios-advanced-request-types-decision-needed
August 18, 2026 15:38
ana-maksimovskikh
marked this pull request as ready for review
August 19, 2026 10:24
ana-maksimovskikh
force-pushed
the
ana/card-1055-e-apple-pay-ios-advanced-request-types-decision-needed-2
branch
from
August 19, 2026 16:14
442a048 to
8ad3c9d
Compare
Max Harrison (maxharrison)
approved these changes
Aug 20, 2026
Max Harrison (maxharrison)
left a comment
Contributor
There was a problem hiding this comment.
LGTM!
ana-maksimovskikh
force-pushed
the
ana/card-1055-e-apple-pay-ios-advanced-request-types-decision-needed-2
branch
from
August 20, 2026 12:36
8ad3c9d to
a9c0c39
Compare
ana-maksimovskikh
force-pushed
the
ana/card-1055-e-apple-pay-ios-advanced-request-types-decision-needed-2
branch
from
August 20, 2026 16:09
a9c0c39 to
5ee5b28
Compare
Jake Grogan (jakekgrog)
approved these changes
Aug 21, 2026
ana-maksimovskikh
force-pushed
the
ana/card-1055-e-apple-pay-ios-advanced-request-types-decision-needed-2
branch
from
August 23, 2026 11:47
5ee5b28 to
da97cc3
Compare
Covers the same getPaymentSummaryItems() fallback path for .deferredPayment as the automaticReload regression test - the deferred billing item is already the real PassKit type on the model, but the fallback still needs to remember to append it (which the rebased-in fix from c54e8c3 now does). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ana-maksimovskikh
force-pushed
the
ana/card-1055-e-apple-pay-ios-advanced-request-types-decision-needed-2
branch
from
August 23, 2026 15:38
da97cc3 to
98bd826
Compare
This file contains hidden or 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
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.
For payments collected only after the goods or services are delivered — for example, a hotel deposit paid on arrival.
https://linear.app/evervault/issue/CARD-1055/e-apple-pay-ios-advanced-request-types-decision-needed
Tested manually on both simulator and actual device. Also checked behaviour for unsupported iOS versions.
All seems to work ✨
External docs update: https://github.com/evervault/docs/pull/838