| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 39 | 1 | public function get_signature_data() { |
|
| 40 | return array( |
||
| 41 | 1 | $this->get_parameter( 'trxid' ), |
|
| 42 | |||
| 43 | /* |
||
| 44 | * Indien er geen gebruik wordt gemaakt van de shopid dan kunt u deze weglaten uit de berekening. |
||
| 45 | */ |
||
| 46 | 1 | $this->get_parameter( 'shopid' ), |
|
| 47 | |||
| 48 | 1 | $this->get_parameter( 'merchantid' ), |
|
| 49 | |||
| 50 | 1 | $this->get_parameter( 'merchantkey' ), |
|
| 51 | ); |
||
| 54 |