Skip to content

Commit

Permalink
Run API dump on payments core
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe committed Jan 27, 2025
1 parent 1db3cde commit 49879fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payments-core/api/payments-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ public abstract interface class com/stripe/android/cards/CardAccountRangeReposit
}

public abstract interface class com/stripe/android/cards/CardAccountRangeService$AccountRangeResultListener {
public abstract fun onAccountRangesResult (Ljava/util/List;)V
public abstract fun onAccountRangesResult (Ljava/util/List;Ljava/util/List;)V
}

public final class com/stripe/android/exception/CardException : com/stripe/android/core/exception/StripeException {
Expand Down

0 comments on commit 49879fe

Please sign in to comment.