mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
setup wizard debug
This commit is contained in:
@@ -46,7 +46,7 @@ class AutoSubscribeForMeteredBillingAction
|
||||
// Create balance with 0 amount
|
||||
$user->balance()->create([
|
||||
'amount' => 0,
|
||||
'currency' => $plan->currency,
|
||||
'currency' => $plan->currency, // todo: issue where plan is not created yet
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user