mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 13:35:52 +00:00
Update HasBitinflowPaymentsWallet.php
This commit is contained in:
@@ -34,7 +34,7 @@ trait HasBitinflowPaymentsWallet
|
||||
* @return mixed
|
||||
* @throws GuzzleException
|
||||
*/
|
||||
protected function asPaymentsUser(string $method, string $url, array $attributes = []): mixed
|
||||
public function asPaymentsUser(string $method, string $url, array $attributes = []): mixed
|
||||
{
|
||||
$client = new Client([
|
||||
'base_uri' => config('bitinflow-accounts.payments.base_url'),
|
||||
@@ -58,7 +58,7 @@ trait HasBitinflowPaymentsWallet
|
||||
* @return object|null
|
||||
* @throws GuzzleException
|
||||
*/
|
||||
protected function getPaymentsUser(): ?object
|
||||
public function getPaymentsUser(): ?object
|
||||
{
|
||||
if (is_null($this->paymentsUser)) {
|
||||
$this->paymentsUser = $this->asPaymentsUser('GET', 'user');
|
||||
|
||||
Reference in New Issue
Block a user