Remove UPI payment method and all associated code#6325
Draft
toluo-stripe wants to merge 1 commit intomasterfrom
Draft
Remove UPI payment method and all associated code#6325toluo-stripe wants to merge 1 commit intomasterfrom
toluo-stripe wants to merge 1 commit intomasterfrom
Conversation
UPI is no longer supported as a payment method. This removes the enum case, model classes, form factory, VPA validator, intent action handling, polling support, UI assets, localization strings, and all related tests. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Committed-By-Agent: claude
StripePaymentsPublic API- @objc get
- get
- get
- get
- @objc convenience public init(upi: StripePayments.STPPaymentMethodUPIParams, billingDetails: StripePayments.STPPaymentMethodBillingDetails?, metadata: [Swift.String : Swift.String]?)
- @objc deinit
- @objc deinit
- @objc override dynamic public init()
- @objc override dynamic public var description: Swift.String {
- @objc public class func decodedObject(fromAPIResponse response: [Swift.AnyHashable : Any]?) -> Self?
- @objc public class func propertyNamesToFormFieldNamesMapping() -> [Swift.String : Swift.String]
- @objc public class func rootObjectName() -> Swift.String?
- @objc public var additionalAPIParameters: [Swift.AnyHashable : Any]
- @objc public var allResponseFields: [Swift.AnyHashable : Any] {
- @objc public var upi: StripePayments.STPPaymentMethodUPI? {
- @objc public var upi: StripePayments.STPPaymentMethodUPIParams?
- @objc public var vpa: Swift.String {
- @objc public var vpa: Swift.String?
- @objc(paramsWithUPI:billingDetails:metadata:) dynamic public class func paramsWith(upi: StripePayments.STPPaymentMethodUPIParams, billingDetails: StripePayments.STPPaymentMethodBillingDetails?, metadata: [Swift.String : Swift.String]?) -> StripePayments.STPPaymentMethodParams
- case UPI
- case upiAwaitNotification
- }
- }
- }
- }
-@objc @_hasMissingDesignatedInitializers public class STPPaymentMethodUPI : ObjectiveC.NSObject, StripePayments.STPAPIResponseDecodable {
-@objc @_inheritsConvenienceInitializers public class STPPaymentMethodUPIParams : ObjectiveC.NSObject, StripePayments.STPFormEncodable {
-}
-}StripeConnectSPI API- @_spi(PreviewConnect) case upiIf you are adding a new public API consider the following:
If you are modifying or removing a public API:
If you confirm these APIs need to be added/updated and have undergone necessary review, add the label ℹ️ If this comment appears to be left in error, make sure your branch is up-to-date with |
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.
UPI is no longer supported as a payment method. This removes the enum case, model classes, form factory, VPA validator, intent action handling, polling support, UI assets, localization strings, and all related tests.
Committed-By-Agent: claude
Summary
Motivation
Testing
Changelog