diff --git a/CHANGELOG.md b/CHANGELOG.md index fb07ee20ff..4861665494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## x.x.x yyyy-mm-dd +### Payments +* [Added] API bindings support for Cash App Pay. See the docs [here](https://stripe.com/docs/payments/cash-app-pay/accept-a-payment?platform=mobile). +### PaymentSheet +* [Added] Support for Cash App Pay in PaymentSheet. + ## 23.4.2 2023-03-06 ### Identity * [Added] ID/Address verification. diff --git a/StripePayments/StripePayments/Source/API Bindings/Models/PaymentMethods/Types/STPPaymentMethodCashAppParams.swift b/StripePayments/StripePayments/Source/API Bindings/Models/PaymentMethods/Types/STPPaymentMethodCashAppParams.swift index 331b081a5f..18e062456f 100644 --- a/StripePayments/StripePayments/Source/API Bindings/Models/PaymentMethods/Types/STPPaymentMethodCashAppParams.swift +++ b/StripePayments/StripePayments/Source/API Bindings/Models/PaymentMethods/Types/STPPaymentMethodCashAppParams.swift @@ -9,7 +9,6 @@ import Foundation /// An object representing parameters used to create a CashApp Payment Method -/// - Note: Cash App Pay is currently in beta therefore the interface of this class is subject to change. public class STPPaymentMethodCashAppParams: NSObject, STPFormEncodable { @objc public var additionalAPIParameters: [AnyHashable: Any] = [:]