mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-29 09:24:12 +00:00
An api requested by WePost for air shipment for inbound notification
This commit is contained in:
@@ -43,6 +43,10 @@ class ProcessWePostNotificationLogic extends AbstractControllerLogic
|
||||
*/
|
||||
public function logic(Request $request) : JsonResponse
|
||||
{
|
||||
$request->merge([
|
||||
'isApiPub' => true,
|
||||
]);
|
||||
|
||||
$result = null;
|
||||
if($this->verifySignature($request)){
|
||||
$object = new WePostNotificationObject(
|
||||
|
||||
Reference in New Issue
Block a user