-
Notifications
You must be signed in to change notification settings - Fork 121
Remove IAP code and usage #16128
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
Remove IAP code and usage #16128
Changes from all commits
ea6ff97
942a917
85f4a02
5ba8b96
12a6cc9
a88b60d
430f5f8
b4ead71
814f9b6
320dcd8
0ce2260
e234ea5
20a4859
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,6 +28,7 @@ public protocol PaymentRemoteProtocol { | |
|
|
||
| /// WPCOM Payment Endpoints | ||
| /// | ||
| // periphery:ignore | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Temporary periphery ignores so I don't have to update |
||
| public class PaymentRemote: Remote, PaymentRemoteProtocol { | ||
| public func loadPlan(thatMatchesID productID: Int64) async throws -> WPComPlan { | ||
| let path = Path.products | ||
|
|
@@ -103,6 +104,7 @@ public struct WPComPlan: Decodable, Equatable { | |
| } | ||
|
|
||
| /// Contains necessary data for a site's WPCOM plan. | ||
| // periphery:ignore | ||
| public struct WPComSitePlan: Equatable { | ||
| /// ID of the WPCOM plan. | ||
| /// | ||
|
|
||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll also have to clean the flag from
https://public-api.wordpress.com/wpcom/v2/mobile/feature-flags. I haven't tackled this as part of the PR.