Skip to content

Commit

Permalink
Make AfterpayClearpay PaymentMethodCreateParams public (#3302)
Browse files Browse the repository at this point in the history
* Make Afterpay PM public

* mark jvmstatic
  • Loading branch information
aliriaz-stripe authored Jan 27, 2021
1 parent af16dc1 commit 966efb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,9 @@ data class PaymentMethodCreateParams internal constructor(
)
}

@JvmSynthetic
@JvmStatic
@JvmOverloads
internal fun createAfterpayClearpay(
fun createAfterpayClearpay(
billingDetails: PaymentMethod.BillingDetails? = null,
metadata: Map<String, String>? = null
): PaymentMethodCreateParams {
Expand Down

0 comments on commit 966efb8

Please sign in to comment.