Resolve "Add Paramount insurance and PayMongo support for RESQ2 API" #1699
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class InsuranceController extends Controller
|
||||||
// END DEBUG
|
// END DEBUG
|
||||||
|
|
||||||
// if no transaction code given, silently fail
|
// if no transaction code given, silently fail
|
||||||
if (empty($attr['transaction_code'])) {
|
if (empty($payload['transaction_code'])) {
|
||||||
error_log("Invalid insurance callback received: " . print_r($payload, true));
|
error_log("Invalid insurance callback received: " . print_r($payload, true));
|
||||||
|
|
||||||
return $this->json([
|
return $this->json([
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue