Skip to content

Commit

Permalink
update test customer value
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-pravinrajmohan committed Dec 21, 2023
1 parent e2a83f7 commit 6edbe58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,10 @@ class _MyHomePageState extends State<MyHomePage> {
Future<void> restorePurchases() async {
try {
final customer = CBCustomer(
'',
'',
'',
'',
'Test123',
'CB',
'Test',
'[email protected]',
);
final result = await Chargebee.restorePurchases(true, customer);
if (mProgressBarUtil.isProgressBarShowing()) {
Expand Down

0 comments on commit 6edbe58

Please sign in to comment.