Force PP to use evgmobile via PP manager since it is not requiring
the use of TLS 1.2. In other words, avoid setting the SILENTPOSTURL
from the apache host.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
$pf_params{CANCELURL} = "$host/eg/opac/biblio/main_fines";
$pf_params{RETURNURL} = "$host/eg/opac/payflow/pay_receipt/$tokenid";
$pf_params{ERRORURL} = "$host/eg/opac/biblio/main_fines/$tokenid";
- $pf_params{SILENTPOSTURL} = "$host/eg/opac/payflow/silent_post";
+ # KCLS uses evgmobile for now to avoid TLS 1.2. REVISIT.
+ #$pf_params{SILENTPOSTURL} = "$host/eg/opac/payflow/silent_post";
}
my $api_server = $live_api_server;