From f50c4d60537a5a79f6b4cd744fc3832a1e888108 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 29 Aug 2018 09:21:03 -0700 Subject: [PATCH] paperMailOk: correct contact-setting typo. --- Supporters/lib/Supporters.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Supporters/lib/Supporters.pm b/Supporters/lib/Supporters.pm index 7a27307..c8cf930 100644 --- a/Supporters/lib/Supporters.pm +++ b/Supporters/lib/Supporters.pm @@ -1614,7 +1614,7 @@ sub paperMailOk($$) { my $contactSetting; my $req = $self->getRequest({donorId => $donorId, - requestType => 'contact-settings'}); + requestType => 'contact-setting'}); $contactSetting =$req->{requestConfiguration} if defined $req and defined $req->{requestConfiguration}; return ((not defined $contactSetting) or