1 | <?php |
||
11 | final class InvoicePayment extends AbstractPayment |
||
12 | { |
||
13 | /** |
||
14 | * On the time of development there was no information available about |
||
15 | * the data that is returned for this payment Type. The documentation |
||
16 | * only mention the types. Thats why i created the payment types as |
||
17 | * Class but was unable to implement it. |
||
18 | * |
||
19 | * Feel free to open a PR to complete this |
||
20 | */ |
||
21 | 1 | public function __construct( |
|
29 | } |
||
30 |