Cash App GA (#2363)

* Remove comment

* Cash App changelog update

* Update CHANGELOG.md
This commit is contained in:
Nick Porter 2023-03-07 09:07:55 -08:00 committed by GitHub
parent 0be888a47f
commit 6ce6bf89a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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] = [:]