Skip to content

Commit

Permalink
Update NamiPaywallManagerBridgeModule.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan authored Jun 21, 2024
1 parent 26fa31a commit 420857f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ class NamiPaywallManagerBridgeModule(reactContext: ReactApplicationContext) :

@ReactMethod
fun setProductDetails(productDetails: String, allowOffers: Boolean) {
Log.i(LOG_TAG, "$productDetails")

NamiPaywallManager.setProductDetails(productDetails, allowOffers = allowOffers)
}

Expand Down

0 comments on commit 420857f

Please sign in to comment.