mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Minor fixes
This commit is contained in:
parent
e592c24ef3
commit
24168ab679
@ -32,7 +32,7 @@ class PlayStoreRenewSubscription implements ShouldQueue
|
||||
|
||||
$expirationTime = $event->getSubscription()->getExpiryTime();
|
||||
|
||||
$account = Account::where('inapp_transaction_id', $in_app_identifier)->first();
|
||||
$account = Account::where('inapp_transaction_id', 'like', $in_app_identifier."%")->first();
|
||||
|
||||
if ($account) {
|
||||
$account->update(['plan_expires' => Carbon::parse($expirationTime)]);
|
||||
|
Loading…
Reference in New Issue
Block a user