twisted1919
Administrator
Staff memberI could swear that the keys were bouncetype and bouncerule, not sure when they have changed it...
I have changed as you advised but with some backward compatibility:
P.S: Thanks for following up with this.
I have changed as you advised but with some backward compatibility:
PHP:
$bounceRule = $request->getQuery('rule', $request->getQuery('bouncerule')); // bounce rule
$bounceType = $request->getQuery('type', $request->getQuery('bouncetype')); // bounce type
P.S: Thanks for following up with this.