Commit Graph

180 Commits

Author SHA1 Message Date
Joshua Estes 46615edab5 Added coveralls status badge 2014-07-02 11:25:48 -04:00
Joshua Estes b40c1b9ff1 Updated readme to show status of plugin 2014-07-02 09:56:27 -04:00
Joshua Estes d1a07cf276 Merge pull request #48 from JoshuaEstes/setupTravis
Travis CI
2014-07-02 09:53:34 -04:00
Joshua Estes 568623b432 Working on setting up travis-ci 2014-07-02 09:39:21 -04:00
Rich Morgan fab3614686 Merge pull request #47 from JoshuaEstes/possibleBugFix
This takes care of applying a payment twice
2014-07-01 17:39:19 -04:00
Rich Morgan 230cb4fb3b Merge pull request #46 from JoshuaEstes/composerUpdates
Updated composer.json and added a build.xml file to lint check php files
2014-07-01 17:39:08 -04:00
Rich Morgan 32093a2618 Merge pull request #45 from JoshuaEstes/updatedReadmeFile
Updated readme file
2014-07-01 17:38:57 -04:00
Joshua Estes 1d3cc1c1b4 This might take care of the issue of double paying 2014-07-01 17:01:18 -04:00
Joshua Estes 2a38882627 Updated composer.json and added a build.xml file to lint check php files 2014-07-01 12:35:30 -04:00
Joshua Estes ed4a350e26 Added a little more information and reformated some of the headings 2014-07-01 12:11:42 -04:00
Joshua Estes 5f21a0089f Initial commit of an updated readme file 2014-07-01 11:53:02 -04:00
Rich Morgan d1d369c411 Merge pull request #44 from JoshuaEstes/master
Updated the log levels for some of the bitpay.log file
2014-07-01 11:24:03 -04:00
Joshua Estes 0a4fd03d69 Updated the log levels for some of the bitpay.log file 2014-07-01 11:19:50 -04:00
Rich Morgan c538c54911 Merge pull request #43 from JoshuaEstes/master
Small bug fix where it was complaining that  was not defined and added a...
2014-06-30 15:32:51 -04:00
Joshua Estes 9688f94437 Small bug fix where it was complaining that was not defined and added a comment on where this error is displayed 2014-06-30 15:23:29 -04:00
Rich Morgan a80d6e7786 Merge pull request #42 from ionux/master
Added duplicate paid/confirmed/complete checks
2014-06-24 23:43:25 -04:00
Rich Morgan 89136ebb0a Added duplicate paid/confirmed/complete checks
Also added extra error handling
2014-06-24 23:42:05 -04:00
Rich Morgan 1667dfde1a Added duplicate paid/confirmed/complete checks
Also added logging in case of duplicate IPNs to inform the merchant in the event they needed to capture that information.
2014-06-24 23:32:07 -04:00
Rich Morgan 174e1614ef Merge pull request #39 from ionux/master
Add testing performed on 1.9.0.1 and updated logo
2014-05-19 15:06:29 -04:00
Rich Morgan 8ebae606ca Add testing performed on 1.9.0.1 and updated logo 2014-05-19 15:05:57 -04:00
Rich Morgan cf374ed886 Merge pull request #38 from ionux/master
Updated logo in admin panel
2014-05-19 14:53:23 -04:00
Rich Morgan e727371880 Updated logo in admin panel 2014-05-19 14:53:11 -04:00
Rich Morgan 3741c61581 Merge pull request #35 from ionux/master
Create .htaccess
2014-05-16 11:56:42 -04:00
Rich Morgan 0b1a57eeca Create .htaccess 2014-05-16 11:56:10 -04:00
Rich Morgan 65d88991a2 Merge pull request #34 from ionux/master
Removed extra error handler calls
2014-05-16 01:32:00 -04:00
Rich Morgan 6f06424c2b Removed extra error handler calls 2014-05-16 01:29:33 -04:00
Rich Morgan 6d90c9784c Removed extra error handler calls 2014-05-16 01:27:49 -04:00
Rich Morgan 58e1854a5d Removed extra error handler calls 2014-05-16 01:23:40 -04:00
Ryan X. Charles 117f91538d Merge pull request #32 from ionux/master
Added new HTTP header for version tracking and updated README
2014-03-31 11:12:16 -04:00
Rich Morgan 3c5667a2a5 Updated version info 2014-03-31 11:10:20 -04:00
Rich Morgan 16c0355b56 Added new HTTP header for version tracking 2014-03-31 11:09:15 -04:00
Ryan X. Charles 6dea94036a Merge pull request #31 from ionux/master
Formatting, help comments and new IPN complete administrative option
2014-03-27 14:30:34 -04:00
Rich Morgan 85e41b5b96 Formatting, help comments and new IPN complete opt
- Added new user-configurable IPN complete handling option for those merchants wishing to set an order as complete automatically and still provides for existing merchants who need the order to remain in a processing state
- Improved overall look of the plugin control panel by adding logo & link to our site
- Added helpful comments for Transaction Speed and new IPN complete option handling
- Formatted XML to standardized spacing with the other plugin files
2014-03-27 14:26:44 -04:00
Rich Morgan 1c7b970b88 Cleaned code and added order complete admin opt
- Added missing function scope for code cleanliness & form
- Added support for new admin option for marking an order complete when complete IPN received
2014-03-27 14:20:01 -04:00
Ryan X. Charles 0015241c7d Merge pull request #30 from ionux/master
Add testing performed on 1.8.1.0 and docs updated
2014-03-26 16:24:04 -04:00
Rich Morgan b58dbf367f Add testing performed on 1.8.1.0 and docs updated
- Improved README documentation.
- Additional testing performed against 1.8.1.0 and installation instructions updated to reflect differences.
2014-03-26 14:07:51 -04:00
Ryan X. Charles b44c74e5e5 Merge pull request #29 from ionux/master
Fix for multiple new order emails bug
2014-03-21 08:43:09 -07:00
Rich Morgan ec453baf1a Fix for multiple new order emails bug 2014-03-21 11:41:03 -04:00
Ryan X. Charles 41a6220571 Merge pull request #28 from ionux/master
Add call to send email & bool option for shipment
2014-03-18 08:55:53 -07:00
Rich Morgan 5e498edf43 Add call to send email & bool option for shipment
This change explicitly calls sendNewOrderEmail() to notify customers when their payment is completed.  Also, added new boolean parameter to give the merchant the option to turn on programmatic shipment creation instead of just commenting this out completely.
2014-03-18 11:10:45 -04:00
Ryan X. Charles c74f4f00f9 Merge pull request #27 from ionux/master
Fixed shipment order locking issue
2014-03-17 11:42:29 -07:00
Rich Morgan 0420a11299 Fixed shipment order locking issue 2014-03-17 11:32:05 -04:00
Ryan X. Charles 82ad4204ac Merge pull request #26 from ionux/master
Fix for order not marked complete issue
2014-03-13 16:21:10 -04:00
Rich Morgan 6692a73107 Fix for order not marked complete issue 2014-03-13 16:16:09 -04:00
Rich Morgan 8dacf9939c Fix for order not marked complete issue 2014-03-13 16:14:25 -04:00
Ryan X. Charles 2c6204bda2 Merge pull request #25 from ionux/master
Updated currency list
2014-03-13 11:31:18 -04:00
Rich Morgan ac03c7fa44 Updated currency list 2014-03-13 11:25:58 -04:00
Ryan X. Charles acf2e1a4b1 Merge pull request #24 from ionux/master
Send new order email after invoice paid
2014-02-10 11:48:52 -05:00
Rich Morgan f385778e19 Send new order email after invoice paid 2014-02-10 11:35:41 -05:00
Ryan X. Charles c146fe8bcc Merge pull request #23 from ionux/master
Added error msg for orders not invoiced & support for composer install
2014-02-10 11:08:24 -05:00