Skip to content

Commit

Permalink
Basic Integration Deprecation (#4069)
Browse files Browse the repository at this point in the history
## Summary
<!-- Simple summary of what was changed. -->
Document of all public APIs removed by basic integration deprecation:

https://docs.google.com/document/d/170-0hg1SoSiNXOHiTuGST4b-tCJRzvNajST5Zeu11zA/edit?usp=sharing


## Motivation
<!-- Why are you making this change? If it's for fixing a bug, if
possible, please include a code snippet or example project that
demonstrates the issue. -->
Basic integration deprecation

## Testing
<!-- How was the code tested? Be as specific as possible. -->

## Changelog
<!-- Is this a notable change that affects users? If so, add a line to
`CHANGELOG.md` and prefix the line with one of the following:
    - [Added] for new features.
    - [Changed] for changes in existing functionality.
    - [Deprecated] for soon-to-be removed features.
    - [Removed] for now removed features.
    - [Fixed] for any bug fixes.
    - [Security] in case of vulnerabilities.
-->

---------

Co-authored-by: Nick Porter <[email protected]>
  • Loading branch information
joyceqin-stripe and porter-stripe authored Oct 25, 2024
1 parent 1f39b62 commit 3606eeb
Show file tree
Hide file tree
Showing 245 changed files with 70 additions and 17,838 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
CAC3A0322C2F1184007BC888 /* SunbitExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAC3A0312C2F1184007BC888 /* SunbitExampleViewController.swift */; };
CAC3A03A2C2F2AB5007BC888 /* BillieExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAC3A0392C2F2AB5007BC888 /* BillieExampleViewController.swift */; };
CAC80EBB2C333164001E3D0D /* SatispayExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAC80EBA2C333164001E3D0D /* SatispayExampleViewController.swift */; };
CD7FC52A94895E322DB5B3D9 /* FPXExampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4387CA3F60553DB73F05BDC9 /* FPXExampleViewController.m */; };
CF0983C679CA4196DF4DA37D /* PayPalExampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D62F7B5288E04FB14DBFFF /* PayPalExampleViewController.m */; };
D46A05D88420B85C1B275640 /* MyAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA7CAC14165BD4EFB39E7C5 /* MyAPIClient.m */; };
D9507571006167E5188CA5BD /* GiropayExampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D896A3BF93A934C07AB388E /* GiropayExampleViewController.m */; };
Expand Down Expand Up @@ -114,7 +113,6 @@
32C7B53B74E206CF2A2DF38C /* USBankAccountConnectionsExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = USBankAccountConnectionsExampleViewController.swift; sourceTree = "<group>"; };
3300883AEEEF23265C6CA4BE /* Stripe3DS2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Stripe3DS2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
39FD1595EB5ACDAB0DFB4A7E /* NonCardPaymentExamples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NonCardPaymentExamples.app; sourceTree = BUILT_PRODUCTS_DIR; };
4387CA3F60553DB73F05BDC9 /* FPXExampleViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FPXExampleViewController.m; sourceTree = "<group>"; };
479C1F3AC76FF0DAF749DA69 /* Non-Card Payment Examples.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Non-Card Payment Examples.entitlements"; sourceTree = "<group>"; };
4C003C0154CCBA34AF5CAC43 /* EPSExampleViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EPSExampleViewController.m; sourceTree = "<group>"; };
4C7C09286B3FF62A1562B3FB /* KlarnaExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KlarnaExampleViewController.swift; sourceTree = "<group>"; };
Expand All @@ -138,7 +136,6 @@
86A1A58725F3254624BE3C0B /* GiropayExampleViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiropayExampleViewController.h; sourceTree = "<group>"; };
8B425785CB5AE1A15209D100 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Localizable.strings; sourceTree = "<group>"; };
8B4FE9E774494C148EBFDD0F /* Non-Card-Payment-Examples-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Non-Card-Payment-Examples-Debug.xcconfig"; sourceTree = "<group>"; };
8E672E24890CD3B941069941 /* FPXExampleViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FPXExampleViewController.h; sourceTree = "<group>"; };
90081BE52D2A12E3C962E386 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
934226D0B321DB46199AF4F2 /* BrowseExamplesViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BrowseExamplesViewController.h; sourceTree = "<group>"; };
951B76B22A5088E944157C23 /* StripeApplePay.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StripeApplePay.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -276,8 +273,6 @@
BC2E15A342CA3A2EA76EE1D6 /* Constants.m */,
8246202E37E84C97DB160C87 /* EPSExampleViewController.h */,
4C003C0154CCBA34AF5CAC43 /* EPSExampleViewController.m */,
8E672E24890CD3B941069941 /* FPXExampleViewController.h */,
4387CA3F60553DB73F05BDC9 /* FPXExampleViewController.m */,
86A1A58725F3254624BE3C0B /* GiropayExampleViewController.h */,
2D896A3BF93A934C07AB388E /* GiropayExampleViewController.m */,
311E3343A1F8432A0B56CEA5 /* GrabPayExampleViewController.swift */,
Expand Down Expand Up @@ -444,7 +439,6 @@
0AC26F0F597E114044E9A15A /* Constants.m in Sources */,
2965738ADB4C4325D7BDEB97 /* EPSExampleViewController.m in Sources */,
CAC80EBB2C333164001E3D0D /* SatispayExampleViewController.swift in Sources */,
CD7FC52A94895E322DB5B3D9 /* FPXExampleViewController.m in Sources */,
D9507571006167E5188CA5BD /* GiropayExampleViewController.m in Sources */,
80466B86A1F4896FE7811E9D /* GrabPayExampleViewController.swift in Sources */,
61951FBB2B8674EC005F90BE /* AmazonPayExampleViewController.swift in Sources */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#import "ApplePayExampleViewController.h"
#import "AUBECSDebitExampleViewController.h"
#import "BancontactExampleViewController.h"
#import "FPXExampleViewController.h"
#import "GiropayExampleViewController.h"
#import "iDEALExampleViewController.h"
#import "Przelewy24ExampleViewController.h"
Expand Down Expand Up @@ -191,192 +190,186 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
break;
}
case 3: {
FPXExampleViewController *exampleVC = [FPXExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 4: {
SEPADebitExampleViewController *exampleVC = [SEPADebitExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 5: {
case 4: {
iDEALExampleViewController *exampleVC = [iDEALExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 6: {
case 5: {
AlipayExampleViewController *exampleVC = [AlipayExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 7: {
case 6: {
KlarnaSourcesExampleViewController *exampleVC = [KlarnaSourcesExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 8: {
case 7: {
BacsDebitExampleViewController *exampleVC = [BacsDebitExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 9: {
case 8: {
AUBECSDebitExampleViewController *exampleVC = [AUBECSDebitExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 10: {
case 9: {
GiropayExampleViewController *exampleVC = [GiropayExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 11: {
case 10: {
Przelewy24ExampleViewController *exampleVC = [Przelewy24ExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 12: {
case 11: {
BancontactExampleViewController *exampleVC = [BancontactExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 13: {
case 12: {
EPSExampleViewController *exampleVC = [EPSExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 14: {
case 13: {
SofortExampleViewController *exampleVC = [SofortExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 15: {
case 14: {
GrabPayExampleViewController *exampleVC = [GrabPayExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 16: {
case 15: {
OXXOExampleViewController *exampleVC = [OXXOExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 17: {
case 16: {
AfterpayClearpayExampleViewController *exampleVC = [AfterpayClearpayExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 18: {
case 17: {
BoletoExampleViewController *exampleVC = [BoletoExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 19: {
case 18: {
KlarnaExampleViewController *exampleVC = [KlarnaExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 20: {
case 19: {
AffirmExampleViewController *exampleVC = [AffirmExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 21: {
case 20: {
USBankAccountExampleViewController *exampleVC = [USBankAccountExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 22: {
case 21: {
USBankAccountFinancialConnectionsExampleViewController *exampleVC = [USBankAccountFinancialConnectionsExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 23: {
case 22: {
CashAppExampleViewController *exampleVC = [CashAppExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 24: {
case 23: {
BlikExampleViewController *exampleVC = [BlikExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 25: {
case 24: {
PayPalExampleViewController *exampleVC = [PayPalExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 26: {
case 25: {
RevolutPayExampleViewController *exampleVC = [RevolutPayExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 27: {
case 26: {
SwishExampleViewController *exampleVC = [SwishExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 28: {
case 27: {
AmazonPayExampleViewController *exampleVC = [AmazonPayExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 29: {
case 28: {
AlmaExampleViewController *exampleVC = [AlmaExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 30: {
case 29: {
MultibancoExampleViewController *exampleVC = [MultibancoExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 31: {
case 30: {
MobilePayExampleViewController *exampleVC = [MobilePayExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 32: {
case 31: {
SunbitExampleViewController *exampleVC = [SunbitExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 33: {
case 32: {
BillieExampleViewController *exampleVC = [BillieExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
break;
}
case 34: {
case 33: {
SatispayExampleViewController *exampleVC = [SatispayExampleViewController new];
exampleVC.delegate = self;
viewController = exampleVC;
Expand Down

This file was deleted.

Loading

0 comments on commit 3606eeb

Please sign in to comment.