Skip to content

Commit

Permalink
update json string in demo app (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
saperi22 authored Nov 8, 2024
1 parent ed09136 commit a35476b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class ShopperInsightsFragment : BaseFragment() {

shopperInsightsClient.getRecommendedPaymentMethods(
request,
"dummy_experiment"
"""{"exp_name":"PaymentReady","treatment_name":"test"}"""
) { result ->
when (result) {
is ShopperInsightsResult.Success -> {
Expand Down

0 comments on commit a35476b

Please sign in to comment.