Commit a4089d8b176948becbf206582f4c643c4fe88e9d

Authored by Alex Savenko
1 parent ded4de33

liq pay: update public key

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/lib/liqpay.php
... ... @@ -46,7 +46,8 @@ class LiqPay
46 46 */
47 47 public function __construct()
48 48 {
49   - $public_key = 'i97687297403';
  49 + //$public_key = 'i97687297403';
  50 + $public_key = 'i75612637415';
50 51 $private_key = 'cyldb7BRxvcfZkP5OKmsLFflkRtq1rAjC9dhMzuL';
51 52  
52 53 if (empty($public_key)) {
... ...