Skip to content

Commit

Permalink
chore: 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Feb 8, 2024
1 parent 7594d36 commit 704f06b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down Expand Up @@ -86,6 +86,7 @@ public function fetchAuthTokenRaw(): TokenResponse
'country' => $this->config->getCountry(),
'client_id' => $this->config->getClientId(),
'client_secret' => $this->config->getClientSecret(),
'client_type' => 'client_type',
'username' => $this->config->getUsername(),
'password' => $this->config->getPassword(),
],
Expand Down
2 changes: 1 addition & 1 deletion src/Enums/ErrorCodeEnum.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion src/Enums/KycTypeEnum.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion src/Enums/TransactionStatusEnum.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/ConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion src/Interfaces/TransactionInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion src/Responses/TokenResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion src/Responses/TransferCashResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion src/Responses/TransferCashStatusResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright (C) 2023 Ivan Stasiuk <ivan@stasi.uk>.
// Copyright (C) 2024 Ivan Stasiuk <ivan@stasi.uk>.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down

0 comments on commit 704f06b

Please sign in to comment.