Commit Graph

127 Commits

Author SHA1 Message Date
Rich Morgan 9a96cd9e7a Added namespace backslash 2015-01-08 17:02:16 -05:00
Rich Morgan 789b24b7b2 Fixed invalid parameter check. 2015-01-08 16:59:58 -05:00
Rich Morgan 154679c0ad Added CDATA wrapping for all comments. 2015-01-08 16:58:50 -05:00
Rich Morgan 5f95611d49 Added missing parenthesis & updated error msgs 2015-01-08 16:40:41 -05:00
Rich Morgan e9f4c9fe2f More informative error message 2015-01-08 16:19:41 -05:00
Rich Morgan 667357b039 Removed bad function call to non-object 2015-01-08 16:15:35 -05:00
Rich Morgan 4b71f46ea4 Added namespace backslash 2015-01-05 16:07:49 -05:00
Rich Morgan a07c007a29 Added namespace backslash 2015-01-05 16:07:15 -05:00
Rich Morgan 33f6d8ba20 Added namespace backslash 2015-01-05 16:04:51 -05:00
Rich Morgan d2f2d865a2 Added namespace backslash 2015-01-05 16:03:47 -05:00
Rich Morgan 34c4a48175 Added namespace backslash 2015-01-05 16:00:02 -05:00
Rich Morgan 4f1f20dde2 Added namespace backslash 2015-01-05 15:59:08 -05:00
Rich Morgan ff4ab044d5 Added namespace backslash 2015-01-05 15:58:49 -05:00
Rich Morgan 5caa1c3962 Added namespace backslash 2015-01-05 15:57:57 -05:00
Rich Morgan 74ec83fb74 Added namespace backslash 2015-01-05 15:57:36 -05:00
Rich Morgan b2125500e2 Added namespace backslash 2015-01-05 15:57:07 -05:00
Rich Morgan 5c37d24b4a Added namespace backslash 2015-01-05 15:55:33 -05:00
Rich Morgan f796e0a4f7 Added namespace backslash 2015-01-05 15:55:06 -05:00
Rich Morgan 8ec543dd54 Removed logging code causing exceptions to be
thrown when getBody() was called on an invalid invoice object.
2015-01-05 14:43:04 -05:00
Rich Morgan 8ce288db4b Check to see if new order email was sent
and to send one if not.  References GH Issue #85
2014-12-30 13:18:56 -05:00
Rich Morgan 4e32b0e2a9 Added extra error handling and debugging
TODO: Finish the iframe implementation...
2014-12-30 12:50:03 -05:00
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
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