feat: remove BankAccount domain and related functionality, including controller, model, requests, routes, and tests
This commit is contained in:
@@ -167,6 +167,18 @@ class TelepagosIntegrationService extends BaseIntegrationService
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the account info.
|
||||
*
|
||||
* @return array
|
||||
* @throws Exception
|
||||
*/
|
||||
public function getAccountInfo(): array
|
||||
{
|
||||
$response = $this->sendRequest('get', '/v2/account/info');
|
||||
return $this->handleResponse($response, 'get account info');
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle the Telepagos API response, logging any failures and throwing Exceptions.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user