Commit Graph

22 Commits

Author SHA1 Message Date
piotrgild
52c4981207 Created btcpay namespace (#2) 2018-10-29 18:14:02 +01:00
Pieter Poorthuis
ff760487fd Version bump to 2.1.20 2018-06-14 15:32:42 +02:00
Pieter Poorthuis
c6e69e05e4 Update for v2.1.19 2018-04-09 16:42:34 +02:00
Pieter Poorthuis
b2d2fe9213 Updated package info for Magento marketplace compatibility 2018-03-16 14:49:44 +01:00
Pieter Poorthuis
daf46c7a5f Update for v2.1.18 2018-03-16 12:39:19 +01:00
Chris Kleeschulte
4dfa531842 Added check for orderId. 2016-09-07 17:55:12 -04:00
Chris Kleeschulte
9c1ed7fdbe Unified order creation to the same place as redirected check out.
- Redirected check out and iframe checkout share the same order creation logic.
- The order will be created during saveOrder call to backend. 
- The difference between the two will be injection of client-side javascript during payment type selection. 
	- if BitPay/Bitcoin, client-side JS will be inserted into page to swap the out the next step after order save is complete
	- in all cases, Magento will create the invoice and pass the client a redirect_url
	- the iframe invoice will receive the redirect url and build an iframe with the src being the bitpay url. 
	- the redirected check out will not have any new client side JS, so the next step will be to redirect from Magento.
2016-09-06 18:07:17 -04:00
Chris Kleeschulte
69565a2a49 Bumped package script hard-coded version. 2016-05-27 16:15:38 -04:00
Paul Daigle
5f494f3763 bump package version 2015-08-28 15:19:51 -04:00
Sam Bohler
55d3f0fbe5 Versioning for 2.1.9 2015-07-16 06:13:34 -04:00
System Administrator
d649fdd7ca Versioning for 2.1.8 2015-07-08 14:47:35 -04:00
Sam Bohler
f2a6b69314 Versioning for v2.1.7 2015-06-24 09:00:44 -04:00
Sam Bohler
204cbec02f Pegged bitpay/php-client to commit 9027ce67e4b28516ff1ebd1046bdd15c37a7a59f
Fixes IPN issues
Versioning for 2.1.6
2015-06-10 08:08:34 -04:00
Sam Bohler
9421861046 Versioning for 2.1.5 2015-06-09 11:27:25 -04:00
Alex Leitner and Sam Bohler
bd45f405a5 Fixes #79 - Stores correct timestamps for invoices and IPNS
Bumped version to 2.1.4
2015-06-09 11:23:12 -04:00
Sam Bohler
43ebfece71 Fixes packaging script and removes dependency on Symfony 2015-06-08 12:24:34 -04:00
Rich Morgan
5b60c5f9fb Updated version number for latest release
And removed unused code.
2015-01-12 15:25:51 -05:00
Sam Bohler
09d6e3f2e6 Revert package identifier 2014-12-11 17:58:55 -05:00
Sam Bohler
b753942560 Updated version for tagging, lib version, typos 2014-12-11 16:52:36 -05:00
Joshua Estes
1a315a6ba4 Updates for release 2.1.0 2014-11-24 09:19:12 -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