From 69b8a85b83b618e216aff0e1f89bda9c7f62e72b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 17 Feb 2023 15:23:24 +1100 Subject: [PATCH] minor fixes for play store --- config/purchase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/purchase.php b/config/purchase.php index 2791bd868..d61999023 100644 --- a/config/purchase.php +++ b/config/purchase.php @@ -29,7 +29,7 @@ use Imdhemy\Purchases\Events\GooglePlay\SubscriptionRevoked; return [ 'routing' => [], - 'google_play_package_name' => env('GOOGLE_PLAY_PACKAGE_NAME', 'com.example.name'), + 'google_play_package_name' => env('GOOGLE_PLAY_PACKAGE_NAME', 'com.invoiceninja.app'), 'appstore_password' => env('APPSTORE_PASSWORD', ''),