minor fixes for play store
This commit is contained in:
parent
08fff15f8e
commit
93a9e207ee
|
|
@ -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', ''),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue