- 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.
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