| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 45 | public function get_signature_data() { |
||
| 46 | return array( |
||
| 47 | // Transaction ID. |
||
| 48 | $this->get_parameter( 'trxid' ), |
||
| 49 | |||
| 50 | // Entrance code. |
||
| 51 | $this->get_parameter( 'ec' ), |
||
| 52 | |||
| 53 | // Status. |
||
| 54 | $this->get_parameter( 'status' ), |
||
| 55 | |||
| 56 | // Merchant ID. |
||
| 57 | $this->get_parameter( 'merchantid' ), |
||
| 58 | ); |
||
| 61 |