Add source to invoice criteria. Modify invoice rules to get service fees from... #1701

Merged
arcticzero merged 217 commits from 746-resq-2-0-final into master 2023-11-22 08:54:48 +00:00
Showing only changes of commit c332757a53 - Show all commits

View file

@ -35,7 +35,7 @@ class PayMongoController extends Controller
// END DEBUG
// if no event type given, silently fail
if (empty($attr['type'])) {
if (empty($payload['data'])) {
error_log("Invalid paymongo callback received: " . print_r($payload, true));
return $this->json([
'success' => true,