Commit 4487b3c2 authored by Anthony.Suerte's avatar Anthony.Suerte

CCD Solution [Updated APNWebhook JWT's Secret Key]

parent 268b3933
...@@ -125,7 +125,7 @@ class APNWebHook extends System{ ...@@ -125,7 +125,7 @@ class APNWebHook extends System{
private function decryptESnappedJWTString($payload){ private function decryptESnappedJWTString($payload){
try{ try{
return JWT::decode($payload, "Qwerty1#\$", ["HS256"]);; return JWT::decode($payload, "u4YP9kfWQe", ["HS256"]);;
}catch(Exception $e){ }catch(Exception $e){
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment