Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | public function status_matrix_provider() { |
||
30 | return array( |
||
31 | array( Core_PaymentMethods::IDEAL, PaymentMethods::IDEAL ), |
||
32 | array( Core_PaymentMethods::PAYPAL, PaymentMethods::PAYPAL ), |
||
33 | array( Core_PaymentMethods::SOFORT, PaymentMethods::SOFORT ), |
||
34 | array( 'not existing payment method', null ), |
||
35 | ); |
||
38 |