Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
29 | public function get_signature_data() { |
||
30 | return array( |
||
31 | $this->get_parameter( 'trxid' ), |
||
32 | |||
33 | /* |
||
34 | * Indien er geen gebruik wordt gemaakt van de shopid dan kunt u deze weglaten uit de berekening. |
||
35 | */ |
||
36 | $this->get_parameter( 'shopid' ), |
||
37 | |||
38 | $this->get_parameter( 'merchantid' ), |
||
39 | ); |
||
42 |