| 1 | <?php |
||
| 8 | class PaymentUIScriptRenderer |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @param string $token |
||
| 12 | * @param bool|false $isSandbox |
||
| 13 | */ |
||
| 14 | public static function send($token, $isSandbox = false) |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param string $token |
||
| 21 | * @param bool|false $isSandbox |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | public static function render($token, $isSandbox = false) |
||
| 47 | } |
||
| 48 |