Errores en TPV solucionados
This commit is contained in:
parent
12acaa5e38
commit
c1992af214
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.316-deb8) stable; urgency=low
|
||||
hedera-web (1.319-deb8) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@ class Tpv
|
|||
static function init ()
|
||||
{
|
||||
global $conf;
|
||||
|
||||
require (Hedera\_CONFIG_DIR .'/config.my.php');
|
||||
|
||||
openlog ('hedera-web', LOG_ODELAY, LOG_LOCAL0);
|
||||
|
||||
|
@ -193,7 +195,7 @@ class Tpv
|
|||
|
||||
try {
|
||||
return self::$conn->query (
|
||||
'CALL transaction_confirm (#, #, #, #, #, #, #)',
|
||||
'CALL transaction_confirm (#, #, #, #, #, #)',
|
||||
[
|
||||
$params['Ds_Amount']
|
||||
,$params['Ds_Order']
|
||||
|
|
Loading…
Reference in New Issue