Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
36 | public function init() |
||
37 | { |
||
38 | $this->shopOrderId = $this->body['shop_orderid']; |
||
39 | $this->amount = (float)$this->body['amount']; |
||
40 | $this->currency = (int)$this->body['currency']; |
||
41 | $this->language = $this->body['language']; |
||
42 | $this->embeddedWindow = (int)$this->body['embedded_window'] === 1; |
||
43 | } |
||
44 | |||
84 | } |