An api requested by WePost for air shipment for inbound notification

This commit is contained in:
Dillon Ngo
2023-12-02 17:19:19 +08:00
parent 3098bc7d18
commit 212e718377
2 changed files with 10 additions and 1 deletions
@@ -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(