fix array
This commit is contained in:
@@ -55,7 +55,7 @@ class WrenchHooks extends BaseController
|
||||
|
||||
|
||||
if ( isset( $in["event"]) & isset($in["data"]) ){
|
||||
$inx = $in["data"][0];
|
||||
$inx = $in["data"];
|
||||
$inx["txRef"] = $inx["tx_ref"];
|
||||
$inx["orderRef"] = $inx["flw_ref"];
|
||||
$inx["flwRef"] = $inx["flw_ref"];
|
||||
|
||||
Reference in New Issue
Block a user