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