Skip to content

Commit

Permalink
Yat sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrVakhtinTari committed Oct 4, 2023
1 parent f67bcce commit 36b1d78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class YatAdapter(

fun initYat(application: Application) {
val config = YatConfiguration(BuildConfig.YAT_ORGANIZATION_RETURN_URL, BuildConfig.YAT_ORGANIZATION_NAME, BuildConfig.YAT_ORGANIZATION_KEY)
YatIntegration.setup(application, config, YatIntegration.ColorMode.LIGHT, this, environment = YatIntegration.Environment.Production)
YatIntegration.setup(application, config, YatIntegration.ColorMode.LIGHT, this, environment = YatIntegration.Environment.SandBox)
}

fun searchTariYats(query: String): PaymentAddressResponse? =
Expand Down

0 comments on commit 36b1d78

Please sign in to comment.