[Koha-bugs] [Bug 16129] Remove URL::Encode dependency

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 23 00:54:26 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16129

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 49419
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49419&action=edit
Bug 16129: Remove URL::Encode dependency

This patch makes the PayPal integration feature independent from the
URL::Encode library, which is absent in some supported distributions.

It uses the URI package which is already a Koha dependency.

To test:
- Apply the patch
- Notice there are no deps for URL::Encode
- Follow the steps from the original patch
=> SUCCESS: It works as expected
- Sign-off :-D

Note: I deleted the line in which $amount_to_pay was url-encoded, because
that's
one of the things query_form does (and the variable is only used as a parameter
to it).

Sponsored-by: Bywater Solutions

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list