mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 03:05:09 +00:00
Small improvements to bunq import.
This commit is contained in:
@@ -40,6 +40,15 @@ abstract class BunqRequest
|
||||
'x-bunq-client-request-id' => 'X-Bunq-Client-Request-Id',
|
||||
];
|
||||
|
||||
/**
|
||||
* @return ServerPublicKey
|
||||
*/
|
||||
public function getServerPublicKey(): ServerPublicKey
|
||||
{
|
||||
return $this->serverPublicKey;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* BunqRequest constructor.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user