Skip to content

Commit

Permalink
Fix EmptyFinancialConnectionsAPIClient
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-stripe committed Sep 27, 2024
1 parent d5dd224 commit 6440512
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ class EmptyFinancialConnectionsAPIClient: FinancialConnectionsAPI {
Promise<StripeFinancialConnections.FinancialConnectionsPaymentDetails>()
}

func sharePaymentDetails(consumerSessionClientSecret: String, paymentDetailsId: String, expectedPaymentMethodType: String) -> Future<FinancialConnectionsSharePaymentDetails> {
Promise<StripeFinancialConnections.FinancialConnectionsSharePaymentDetails>()
}

func paymentMethods(consumerSessionClientSecret: String, paymentDetailsId: String) -> StripeCore.Future<StripeFinancialConnections.FinancialConnectionsPaymentMethod> {
Promise<StripeFinancialConnections.FinancialConnectionsPaymentMethod>()
}
Expand Down

0 comments on commit 6440512

Please sign in to comment.