http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11622 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #7 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Galen Charlton from comment #5)
Comment on attachment 24754 [details] [review] Bug 11622 - Add ability to pay fees and fines from OPAC via PayPal
Review of attachment 24754 [details] [review]: ----------------------------------------------------------------- [SNIP]
@@ +65,5 @@
+ + my $opac_base_url = C4::Context->preference('OPACBaseURL'); + + my $return_url = + URI->new( "http://"
This should be checking whether the OPAC is using SSL.
Can someone please look at bug 5010 so we can avoid this mess of https/http concatentation/detection? -- You are receiving this mail because: You are watching all bug changes.