From ac734a04c4f24858235ea2dfff6ef5e72c31651d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F?= Date: Thu, 29 Sep 2022 14:57:28 +0200 Subject: [PATCH] Update Taxation.php --- src/Accounts/Traits/BitinflowPaymentsWallet/Taxation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Accounts/Traits/BitinflowPaymentsWallet/Taxation.php b/src/Accounts/Traits/BitinflowPaymentsWallet/Taxation.php index 93a592a..06d95df 100644 --- a/src/Accounts/Traits/BitinflowPaymentsWallet/Taxation.php +++ b/src/Accounts/Traits/BitinflowPaymentsWallet/Taxation.php @@ -16,7 +16,7 @@ class Taxation * * @return int|null */ - public function getVat(): ?int + public function get(): ?int { return $this->user->getPaymentsUser()->data->taxation->vat; }