We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082df4d commit 00238f5Copy full SHA for 00238f5
2 files changed
poolakey/src/main/java/ir/cafebazaar/poolakey/Payment.kt
@@ -21,7 +21,7 @@ import ir.cafebazaar.poolakey.thread.PoolakeyThread
21
22
class Payment(
23
context: Context,
24
- private val config: PaymentConfiguration
+ config: PaymentConfiguration
25
) {
26
27
private val backgroundThread: PoolakeyThread<Runnable> = BackgroundThread()
poolakey/src/main/java/ir/cafebazaar/poolakey/config/PaymentConfiguration.kt
@@ -1,6 +1,6 @@
1
package ir.cafebazaar.poolakey.config
2
3
-data class PaymentConfiguration(
+data class PaymentConfiguration @JvmOverloads constructor(
4
val localSecurityCheck: SecurityCheck,
5
val shouldSupportSubscription: Boolean = true
6
-)
+)
0 commit comments