| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | public function initElements() |
||
| 14 | { |
||
| 15 | $this->initElementSandbox(); |
||
| 16 | |||
| 17 | $this->addInput('merchantName', 'Merchant Name'); |
||
| 18 | $this->addInput('merchantEmail', 'Merchant Email'); |
||
| 19 | $this->addInput('merchantUrl', 'Merchant Url'); |
||
| 20 | $this->addInput('terminal', 'Terminal'); |
||
| 21 | $this->addInput('key', 'Key'); |
||
| 22 | } |
||
| 24 |