From 6edbe58591479a1cb66482cca9cfaacb7702ec21 Mon Sep 17 00:00:00 2001 From: cb-pravin Date: Thu, 21 Dec 2023 18:00:56 +0530 Subject: [PATCH] update test customer value --- example/lib/main.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 57825e8..026a789 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -409,10 +409,10 @@ class _MyHomePageState extends State { Future restorePurchases() async { try { final customer = CBCustomer( - '', - '', - '', - '', + 'Test123', + 'CB', + 'Test', + 'cbTest@chargebee.com', ); final result = await Chargebee.restorePurchases(true, customer); if (mProgressBarUtil.isProgressBarShowing()) {