Commit a9cdfe371891370460726117703cfc9a91f71edf

Authored by Alex Savenko
1 parent a4089d8b

liq pay: update private key

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
src/lib/liqpay.php
@@ -46,10 +46,11 @@ class LiqPay @@ -46,10 +46,11 @@ class LiqPay
46 */ 46 */
47 public function __construct() 47 public function __construct()
48 { 48 {
49 - //$public_key = 'i97687297403'; 49 + //$public_key_old = 'i97687297403';
50 $public_key = 'i75612637415'; 50 $public_key = 'i75612637415';
51 - $private_key = 'cyldb7BRxvcfZkP5OKmsLFflkRtq1rAjC9dhMzuL';  
52 - 51 + //$private_key_old = 'cyldb7BRxvcfZkP5OKmsLFflkRtq1rAjC9dhMzuL';
  52 + $private_key = 'Je33EiCmwndzyEU3eojrwCSirtNAPz0omR0FsSiV';
  53 +
53 if (empty($public_key)) { 54 if (empty($public_key)) {
54 throw new Exception('public_key is empty'); 55 throw new Exception('public_key is empty');
55 } 56 }