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

read from customersession setting instead of config #4517

Merged
merged 39 commits into from
Feb 12, 2025
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a149588
read from customersession setting instead of config
joyceqin-stripe Jan 30, 2025
4660d4f
changed naming to better match others
joyceqin-stripe Jan 30, 2025
2057cb2
merged with master
joyceqin-stripe Jan 30, 2025
cf5fd54
elementssession test
joyceqin-stripe Jan 30, 2025
b6cfbe9
remove canUpdateCardBrand (removed in master)
joyceqin-stripe Jan 30, 2025
cb9d01d
fix build
joyceqin-stripe Jan 30, 2025
907a363
fix test
joyceqin-stripe Jan 30, 2025
08087f6
merge with main
joyceqin-stripe Jan 30, 2025
9aa6307
fixing build
joyceqin-stripe Jan 31, 2025
23358dd
replace payment_method_set_as_default with payment_method_sync_defaul…
joyceqin-stripe Feb 4, 2025
782ffec
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 4, 2025
d43d73e
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 4, 2025
68ae80e
remove @testable import from STPTestingAPIClient
joyceqin-stripe Feb 4, 2025
56b7ff8
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 4, 2025
9c268e7
read from elementsSession in makeViewModels instead of passing it in
joyceqin-stripe Feb 5, 2025
ac0fdf1
Merge branch 'joyceqin/MOBILESDK-2666' of github.com:stripe/stripe-io…
joyceqin-stripe Feb 5, 2025
3aef64e
mock network for tests with updated ci test backend
joyceqin-stripe Feb 5, 2025
ea32e91
revert timeout
joyceqin-stripe Feb 5, 2025
2fc6c05
do not show apple pay in customersheet when adding first saved pm
joyceqin-stripe Feb 6, 2025
4f2f131
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 10, 2025
1480972
cleanup
joyceqin-stripe Feb 10, 2025
f88219a
Merge branch 'joyceqin/MOBILESDK-2666' of github.com:stripe/stripe-io…
joyceqin-stripe Feb 10, 2025
69d0483
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 10, 2025
f9bd545
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 10, 2025
4af1266
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 11, 2025
5391968
rename CustomerPaymentOption.defaultPaymentMethod to selectedPaymentM…
joyceqin-stripe Feb 11, 2025
ea78f79
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 11, 2025
4fa6d72
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 11, 2025
c950939
fix build?
joyceqin-stripe Feb 11, 2025
7b1cb57
Merge branch 'joyceqin/MOBILESDK-2666' of github.com:stripe/stripe-io…
joyceqin-stripe Feb 11, 2025
a3cbc14
added @_spi(STP) in tests
joyceqin-stripe Feb 11, 2025
4fd81e4
make public STP
joyceqin-stripe Feb 11, 2025
7fa575e
linting?
joyceqin-stripe Feb 11, 2025
6502224
lint
joyceqin-stripe Feb 11, 2025
95f70ae
revert
joyceqin-stripe Feb 11, 2025
3ab80e4
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 11, 2025
5bf1079
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 12, 2025
d6e8aa1
Merge branch 'master' into joyceqin/MOBILESDK-2666
joyceqin-stripe Feb 12, 2025
b08fd42
linting
joyceqin-stripe Feb 12, 2025
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
Prev Previous commit
Next Next commit
fix build
joyceqin-stripe committed Jan 30, 2025
commit cb9d01dc2a1153da3d690c4fdadd08475ebcd752
Original file line number Diff line number Diff line change
@@ -377,7 +377,7 @@ class SavedPaymentOptionsViewController: UIViewController {
customerID: configuration.customerID,
showApplePay: configuration.showApplePay,
showLink: configuration.showLink,
allowsSetAsDefaultPM: configuration.allowsSetAsDefaultPM,
paymentMethodSetAsDefault: configuration.allowsSetAsDefaultPM,
customer: elementsSession.customer
)