You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p style="text-align:start">This plugin only supports weekly, monthly, quarterly and yearly subscription plans.</p>
1157
+
</div>
1158
+
</td>
1158
1159
</tr>
1159
1160
</tbody>
1160
1161
</table>
@@ -1316,11 +1317,11 @@ public function webhook_listener()
1316
1317
$this->email_status("Webhook Just Came In (" . $_SERVER['REQUEST_METHOD'] . "):\n" . MeprUtils::object_to_string($_REQUEST, true) . "\n", $this->settings->debug);
1317
1318
// retrieve the request's body
1318
1319
$request = @file_get_contents('php://input');
1319
-
1320
1320
if ($this->paystack_api->validate_webhook($request) == true) {
0 commit comments