| @@ 16-29 (lines=14) @@ | ||
| 13 | public $secretKey; |
|
| 14 | public $serviceName; |
|
| 15 | ||
| 16 | public function content() |
|
| 17 | { |
|
| 18 | return $this->render( |
|
| 19 | 'rbk-money', |
|
| 20 | [ |
|
| 21 | 'currency' => $this->currency, |
|
| 22 | 'eshopId' => $this->eshopId, |
|
| 23 | 'language' => $this->language, |
|
| 24 | 'order' => $this->order, |
|
| 25 | 'serviceName' => $this->serviceName, |
|
| 26 | 'transaction' => $this->transaction, |
|
| 27 | ] |
|
| 28 | ); |
|
| 29 | } |
|
| 30 | ||
| 31 | public function checkResult($hash = '') |
|
| 32 | { |
|
| @@ 17-29 (lines=13) @@ | ||
| 14 | protected $secretKey; |
|
| 15 | protected $shopId; |
|
| 16 | ||
| 17 | public function content() |
|
| 18 | { |
|
| 19 | return $this->render( |
|
| 20 | 'sprypay', |
|
| 21 | [ |
|
| 22 | 'currency' => $this->currency, |
|
| 23 | 'language' => $this->language, |
|
| 24 | 'order' => $this->order, |
|
| 25 | 'shopId' => $this->shopId, |
|
| 26 | 'transaction' => $this->transaction, |
|
| 27 | ] |
|
| 28 | ); |
|
| 29 | } |
|
| 30 | ||
| 31 | public function checkResult($hash = '') |
|
| 32 | { |
|