From 93a9e207eea652e9f052b951b224accb2daa3e8c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 17 Feb 2023 15:25:18 +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 b461c41559c8..e3e4f2fb08b8 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', ''),