diff options
author | ivan <ivan> | 2010-05-01 20:05:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-01 20:05:57 +0000 |
commit | 90eca2090a47dd4755de4fa707597ff2c025ecaa (patch) | |
tree | 532b7e730f60304496dd7cd843b24bcede585a51 /Changes | |
parent | 70bd3550f03d20ad22884c93ed2cb93627843736 (diff) |
- Pull in changes from Business::OnlinePayment::HTTPS 0.09 from
Business::OnlinePayment 3.00
- Default Content-Type to application/x-www-form-urlencoded
- Added WHY THIS MODULE section to POD
- Updated tests for new world of not returning HTTP as part of the
response code
- Removed meaningless Content-Type handling from https_get
- Added/documented debugging option
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,6 +1,17 @@ Revision history for Net-HTTPS-Any +0.10 unreleased + - Pull in changes from Business::OnlinePayment::HTTPS 0.09 from + Business::OnlinePayment 3.00 + - Default Content-Type to application/x-www-form-urlencoded + - Added WHY THIS MODULE section to POD + - Updated tests for new world of not returning HTTP as part of the + response code + - Removed meaningless Content-Type handling from https_get + - Added/documented debugging option + 0.09 unrelesed - First version numbered 0.09 - (based on Business::OnlinePayment::HTTPS 0.08) + - First version numbered 0.09 (based on + Business::OnlinePayment::HTTPS 0.08 from + Business::OnlinePayment 3.00_08) |