-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
473 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Steps to reproduce: | ||
1. | ||
|
||
## What should happen: | ||
1. | ||
|
||
## What happens: | ||
1. | ||
|
||
## Logs | ||
- Logs | ||
|
||
## Extra info: | ||
- Tested on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
src/Model/Generated/Endpoint/BunqResponseCardGeneratedCvc2.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
namespace bunq\Model\Generated\Endpoint; | ||
|
||
use bunq\Http\BunqResponse; | ||
|
||
/** | ||
*/ | ||
class BunqResponseCardGeneratedCvc2 extends BunqResponse | ||
{ | ||
/** | ||
* @return CardGeneratedCvc2 | ||
*/ | ||
public function getValue(): CardGeneratedCvc2 | ||
{ | ||
return parent::getValue(); | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
src/Model/Generated/Endpoint/BunqResponseCardGeneratedCvc2List.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
namespace bunq\Model\Generated\Endpoint; | ||
|
||
use bunq\Http\BunqResponse; | ||
|
||
/** | ||
*/ | ||
class BunqResponseCardGeneratedCvc2List extends BunqResponse | ||
{ | ||
/** | ||
* @return CardGeneratedCvc2[] | ||
*/ | ||
public function getValue(): array | ||
{ | ||
return parent::getValue(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.