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', ''),