minor fixes for play store

This commit is contained in:
David Bomba 2023-02-17 15:25:18 +11:00
parent 08fff15f8e
commit 93a9e207ee

View File

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