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