Passed
Push — master ( 6c1a60...321d9a )
by Carl
02:50
created
MangoPayConstants.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     // Hook Variables
75 75
     // https://docs.mangopay.com/endpoints/v2.01/hooks#e246_the-hook-object
76 76
     const       HOOK_EVENT_TYPE                     = "EventType";
77
-    const       HOOK_RESOURCE_ID                    = "RessourceId";  // Known spelling mistake in MangoPay Api
77
+    const       HOOK_RESOURCE_ID                    = "RessourceId"; // Known spelling mistake in MangoPay Api
78 78
     const       HOOK_DATE                           = "Date";
79 79
 
80 80
     // Event types
Please login to merge, or discard this patch.