Commit Graph

121 Commits

Author SHA1 Message Date
Rich Morgan faaf54206a Added extra error handling and debugging 2014-12-18 21:00:28 -05:00
Rich Morgan 701fc2e833 Added extra error handling and debugging 2014-12-17 18:11:47 -05:00
Rich Morgan 89a9807736 Added extra error handling and debugging 2014-12-17 17:11:49 -05:00
Rich Morgan c29c10c599 Added extra error handling and debugging 2014-12-17 17:02:59 -05:00
Rich Morgan 409eb02c94 Added extra error handling and debugging 2014-12-17 15:51:29 -05:00
Rich Morgan 1feedfe671 Added missing parenthesis 2014-12-17 15:45:35 -05:00
Rich Morgan 369aff6e53 Added missing parenthesis 2014-12-17 15:45:10 -05:00
Rich Morgan 01afabb942 Updated to use defined constants 2014-12-17 15:44:13 -05:00
Rich Morgan a6b2bac388 Added extra error handling and debugging
Issue #89 opened to complete TODOs.
2014-12-17 15:42:31 -05:00
Rich Morgan f2323c659a Ucwords Formatting Fix 2014-12-17 14:54:57 -05:00
Rich Morgan 1ccd5b60bf Updated to use defined constants 2014-12-17 14:53:36 -05:00
Rich Morgan 7c72010bee Fixed missing scope 2014-12-17 14:46:55 -05:00
Rich Morgan cf8bcc53fa Updated to use defined constants 2014-12-17 14:46:14 -05:00
Rich Morgan f950bf05a1 Added extra error handling and debugging 2014-12-17 14:41:42 -05:00
Rich Morgan 2bf5911860 Removed accidental newlines 2014-12-17 14:05:33 -05:00
Rich Morgan b9bc6c30ed Added extra error handling and debugging 2014-12-17 14:02:31 -05:00
Rich Morgan 65a68c8f26 Updated information in comments 2014-12-17 13:21:45 -05:00
Rich Morgan b4dc639e19 Removed unnecessary context switching 2014-12-17 13:14:50 -05:00
Rich Morgan f5dc25f23c Escaped single quotes 2014-12-17 13:13:03 -05:00
Rich Morgan f35c0e06ca Removed unnecessary context switching 2014-12-17 13:12:16 -05:00
Rich Morgan 739d702c33 Removed unnecessary context switching 2014-12-17 13:10:00 -05:00
Rich Morgan 78e3ab0d2c Removed unnecessary context switching 2014-12-17 13:06:37 -05:00
Rich Morgan b40d1a60f3 Removed unnecessary context switching 2014-12-17 13:04:45 -05:00
Rich Morgan 14d0351cd0 Fixed incorrect target parameter 2014-12-17 13:00:53 -05:00
Rich Morgan 0ce0cfebca Fixed incorrect target parameter 2014-12-17 13:00:20 -05:00
Sam Bohler b753942560 Updated version for tagging, lib version, typos 2014-12-11 16:52:36 -05:00
Sam Bohler 3e68f5579a Sanitizes the label sent with the Pairing Code to BitPay 2014-12-09 12:50:36 -05:00
Rich Morgan cc63905509 Update for invalid input stream from IPN post #74
* Performs check to ensure the file_get_contents() function is not disabled and attempts to enable.
* Prior to PHP 5.6, php://input couldn't be reliably re-read.  This patch reads it once and works with that data via the raw_post_data variable.
* https://github.com/bitpay/magento-plugin/issues/74
2014-11-18 18:16:17 -05:00
Joshua Estes 482027cde1 Version bump and rebuild since Magento Connect somehow wasn't giving the correct package when using the extension key given 2014-10-16 14:26:51 -04:00
Joshua Estes 8371f89125 Refactored and updated plugin to work with update API and to be able to
be packaged and distributed using more than just GitHub

Added a script to delete old extension, installing the new extension overrides the previous extension and the previous extensions does not function anymore, merchants should at least disable the previous plugin, the merchant will also need to also remove the extension from core_resource table

Updated to encrypt/decrypt keys to and from the database

Small bug fixes with the package script

Added instructions on how a previous merchant can upgrade to the new 2.x one
2014-10-14 10:37:19 -04:00
Vova Yatsyuk d01db1bb7e Third-party checkout extensions compatibility
Onepage checkout extensions may render review section when payment are not 
selected/available. In this case `$payment->getMethodInstance()` will throw an 
exception when `$payment->getMethod()` is empty.
2014-10-14 10:49:37 +03:00
Joshua Estes 6a4d367be0 Small update for merchants that are using custom extensions that may not have had a shipping address set 2014-08-06 11:59:12 -04:00
Joshua Estes 4260fbf437 Small update with so code is checking newest IPN first 2014-07-24 14:25:55 -04:00
Joshua Estes c3585bdb53 Small fix to code where log message was not correct 2014-07-24 14:18:04 -04:00
Joshua Estes 66c714d474 Small copy edit 2014-07-23 16:40:53 -04:00
Joshua Estes 766866066e Added a few tests for new code 2014-07-23 16:38:51 -04:00
Joshua Estes ff0801199b A little refactoring 2014-07-23 13:25:41 -04:00
Joshua Estes 80c8eebe98 Made a few updates and made it so code would not be duplicated 2014-07-23 13:11:47 -04:00
Joshua Estes 8a46046553 Updated the config.xml to remove the debug cronjob schedule 2014-07-23 12:18:33 -04:00
Joshua Estes 952827f255 Updated so there is a command line task that can be used to cancel magento orders that have expired IPNs 2014-07-23 12:07:32 -04:00
Joshua Estes f4ddb824a4 cleaned up those pesky characters 2014-07-23 11:16:12 -04:00
Joshua Estes ea8e340a53 Merge conflict resolved 2014-07-23 11:12:54 -04:00
Joshua Estes 6826b12f84 Still work in progress 2014-07-22 16:41:28 -04:00
Joshua Estes 16731c0509 Converted tabs to spaces and removed extra spaces at end of lines 2014-07-22 11:49:04 -04:00
Joshua Estes 832441a04d Refactored and tests added 2014-07-21 13:23:16 -04:00
Joshua Estes 3231c844a5 Added some more logging for debugging issues 2014-07-18 10:54:43 -04:00
Joshua Estes 2c2a779ec6 Centralized where the bitpay.log file is set 2014-07-18 10:42:57 -04:00
Joshua Estes f465499c8f Fixes some of the issues where debugging code was pushed up 2014-07-08 15:04:52 -04:00
Joshua Estes afc19301b3 This should fix the few issues that are left 2014-07-08 15:00:35 -04:00
Joshua Estes d5e583a78e More small mistakes found 2014-07-08 14:17:43 -04:00