Update
parent
1414cfae3d
commit
aec3b6a338
|
|
@ -10,7 +10,7 @@ class LinkosCallbackController extends Controller
|
||||||
{
|
{
|
||||||
public function __invoke(Request $request)
|
public function __invoke(Request $request)
|
||||||
{
|
{
|
||||||
logger()->info('linkos callback parameters -------->', $request->input());
|
logger()->debug('linkos callback parameters -------->', $request->input());
|
||||||
|
|
||||||
if ($request->filled('notify_type')) {
|
if ($request->filled('notify_type')) {
|
||||||
switch ($request->notify_type) {
|
switch ($request->notify_type) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue