mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 01:50:38 +00:00
- Fixed UpgradeBilling.vue
- Fixed CreatePaymentMethod.vue
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ class User extends Authenticatable
|
||||
|
||||
// Find tax rate
|
||||
$user_tax_rate = $rates->first(function ($item) {
|
||||
return $item['jurisdiction'] === $this->settings->billing_country && $item['active'];
|
||||
return $item['country'] === $this->settings->country && $item['active'];
|
||||
});
|
||||
|
||||
return $user_tax_rate ? [$user_tax_rate['id']] : [];
|
||||
|
||||
Reference in New Issue
Block a user