Fix type
This commit is contained in:
@@ -54,7 +54,7 @@ if ( ! function_exists('flutterwave_api'))
|
||||
|
||||
$data = json_decode($result, true);
|
||||
|
||||
var_dump( $data);
|
||||
//var_dump( $data);
|
||||
//exit;
|
||||
/*
|
||||
{"account_bank":"044","account_number":"0690000031","amount":"123.00","narration":"Transfer from Olusesan Amey
|
||||
@@ -94,7 +94,7 @@ ses66181+1@gmail.com","complete_message":"","requires_approval":0,"is_approved":
|
||||
}
|
||||
} else {
|
||||
$out['result'] = -2;
|
||||
$out['stauts'] = 'Invalid service response: ' . $result;
|
||||
$out['status'] = 'Invalid service response: ' . $result;
|
||||
}
|
||||
// Cannot POST /api/create
|
||||
|
||||
|
||||
Reference in New Issue
Block a user