boltpay / bolt-magento2
boltpay/bolt-magento2
Bolt payment gateway integration
Bolt Checkout Plugin for Magento 2
1. Requirements
- Magento 2.3.0 or greater
- Composer PHP Dependency Manager
2. Plugin installation
- Open command prompt, go to
<MAGENTO_ROOT>folder and run the following
commands:
$ composer require boltpay/bolt-magento2
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy
$ php bin/magento cache:clean
$ php bin/magento cache:flush
3. Plugin configuration
Login to the store admin panel.
Navigate to Stores > Configuration > Sales > Payment Methods > Bolt Pay.
The essential settings are described below.
Enableddropdown enables / disables the Bolt Payment method.
Select Yes to enable it.- Enter an appropriate
Titlesuch as Credit & Debit Cards
API credentials
The following four required values, (i.e.
API Key,Signing Secret,Publishable Key - Multi Step, andPublishable Key - Payment Onlycan be found in your Bolt Merchant Dashboard underSettings>Users and KeysFor production, these will be found at:
https://merchant.bolt.comFor sandbox mode, use the following URL:
https://merchant-sandbox.bolt.com"
- API Key
used for calling Bolt API from your back-end server - Signing Secret
used for signature verification in checking the authenticity of webhook requests - Publishable Key - Multi Step
used to open the Bolt Payment Popup typically on Shopping cart and product pages - Publishable Key - Payment Only
used to open the Bolt Payment Popup typically on checkout pages - Publishable Key - Back Office
used to open the Bolt Payment Popup typically on the admin order creation page - Sandbox Mode
setting up testing vs. production execution environment - Replace Button Selectors
comma separated list of CSS selectors matching the elements to be replaced with Bolt checkout buttons, or Bolt checkout buttons placed alongside them
no suffix- the default, inserts the Bolt button in place of the element and removes the element
|appendsuffix - example-selector|append, inserts Bolt button right after the element
|prependsuffix - example-selector|prepend, inserts Bolt button right before the element
4. Bolt Merchant Dashboard configuration
Login to the Bolt Merchant Dashboard
Production: https://merchant.bolt.com
Sandbox: https://merchant-sandbox.bolt.com"
- Navigate to
Developers - Click on the
APItab - Scroll down to the
Merchant APIsection - Set Webhook URL to:
[store_url]/rest/V1/bolt/boltpay/order/manage - Set Shipping and Tax URL to:
[store_url]/rest/V1/bolt/boltpay/shipping/methods - Set Create Order URL to:
[store_url]/rest/V1/bolt/boltpay/order/create
Success!
Your Bolt Payment Plugin is now installed and configured.
Changelog
[v1.0.4] 2018-06-19
[v1.0.5] 2018-08-21
[v1.0.6] 2018-08-23
[v1.0.7] 2018-09-07
[v1.0.8] 2018-09-16
[v1.0.9] 2018-09-19
[v1.0.10] 2018-09-23
[v1.0.11] 2018-10-01
[v1.0.12] 2018-10-10
[v1.1.0] 2018-10-11
[v1.1.1] 2018-10-23
[v1.1.2] 2018-10-30
[v1.1.3] 2018-11-27
[v1.1.4] 2018-12-04
v1.1.5 2018-12-11
- Use circleCI instead of TravisCI
- Prevent order ceation API call with an empty cart
- Complete order stays in payment review state on a long hook delay fix
- Invalid capture amount failed hook fix
v1.1.6 2018-12-13
- Force approve/reject failed hook fix
v1.1.7 2018-12-21
- Amasty Gift Card support
- No status after unhold fix
v1.1.8 2019-01-09
- Check if order payment method is 'boltpay'
- Add currency_code field to cart currency data
- Dispatch sales_quote_save_after event for active (parent) quotes only
- Fixed consistency for Amasty Gift Card module
v1.1.9 2019-01-24
- Allow empty emails in shipping_and_tax API
- Add feature to optionally not inject JS on non-checkout pages
- Sent store order notifications to email collected from Bolt checkout
- Create order from parent quote
- Do not cache empty shipping options array
v1.1.10 2019-02-11
- Add support for item properties
- Tax mismatch adjustment
- Unirgy_Giftcert plugin support
- Remove active quote restriction on order creation (backend order fix)
- Reserve Order ID for the child quote, defer setting parent quote order ID until just before quote to order submission
v1.1.11 2019-03-07
- Backoffice hook no pending fix
- Checkout initialization fix
- Restrict plugin availability in regards to client IP address (white list)
- Shipping and tax cart validation update - support for multiple items with the same SKU
- Email field mandatory for back-office orders
- Prevent setting empty hint prefill field
- Cart data currency error fix
- Back office order creation fix
- Create invoice for zero amount order
- Exclude empty address fields from save when creating the order
- Store Credit on Shopping Cart support
- Update populating the checkout address from hints prefill
v1.1.12 2019-04-01
- Allow Admin to update order manually
- Back-office create order check for shipping method
- Multi-store support
- One step checkout support / disable bolt on payment only checkout pages
- Add config for merchant to specify EmailEnter callback
- Update ajax order creation error message
v1.1.12.1 2019-04-10
- Fix to support multi-stores with no default api key
v1.1.13 2019-04-26
- Various bug fixes
v1.1.14 2019-05-28
- Various bug fixes
v1.1.15 2019-06-12
- Fixes for multi-store backend support.
- Option to toggle emulated session in api calls
v2.0.0 2019-07-02
- Introducing pre-authorized order creation
v2.0.1 2019-09-06
- Added generic ERP support
- Removed Autocapture from settings
v2.0.2 2019-09-12
- Support for Paypal
v2.0.3 2019-10-28
- Testing and logging fixes
- Beta merchant metrics feature
- Various bug fixes
v2.1.0 2019-11-21
- Paypal payment support
- [Beta] Feature switches
- graphQL client for Bolt server communication
- BSS store credit support
- Improved checkout metricing
- Various bug fixes
v2.2.0 2020-02-05
- [Beta] Simple Product Page Checkout
- Staged Rollout
- Some M2 2.3.4 compat. fixes
- Multicurrency improvements
- Various bug fixes
v2.3.0 2020-02-20
- Custom checkboxes
- Re-order feature for logged-in customers
- Product page checkout improvements
- Various bug fixes
v2.4.0 2020-03-11
- Bug fixes
- Added JS event for when hints are set
v2.4.1 2020-03-18
- Fix Bolt checkout not opening on IE
v2.5.0 2020-03-27
- Add support for boltPrimaryActionColor
- Moved some CSS to M2 config page
- Custom options support for simple products in product page checkout
- Webhook log cleaner cron
- Improved api result caching
- Improved debug webhook data collection
- Bug fixes
v2.6.0 2020-05-04
- Debug webhook now fully available
- In-store pickup feature
- Pay-by-link added
- Unit tests and code cleanup
- Admin page reoganization
- Development quality of life fixes
- Support for shipping discounts
- Add Bolt account button for order management
- Added Amasty store credit support
v2.7.0 2020-05-12
- Add catalog price rule support for backoffice
- Unit tests
- Bug fixes
v2.8.0 2020-05-28
- Splitting shipping and tax endpoints
- Add always-present Bolt checkout button
- Added custom url validation
- Bug fixes
- Unit tests
v2.8.1 2020-06-11
- Fix PPC javascript error in Magento 2 version 2.3.5
- Fix unknown RevertGiftCardAccountBalance error
v2.9.0 2020-06-17
- Fix display of APM/Paypal transactions within Magento 2 dashboard
- Always-present checkout button improvements
- Update to method to save Bolt cart in to be more robust
- Added support for tracking non-Bolt order shipments.
- Code maintainability refactoring
- Bug fixes
v2.10.0 2020-07-20
- Fixes for latency regressions introduced in 2.9.0
- Refactoring to optimize number of calls made on page loading
- Customization branch restructuring
- Bug fixes
v2.11.0 2020-07-29
- Improve support for bolt order management (beta)
- Bug fixes
v2.12.0 2020-08-12
- Add support for Magento Commerce 2.4
- Improve support for bolt order management (beta)
- Add support for plugin Amasty giftcard 2.0.0
- Support for gift wrapping info
- Bug fixes
v2.13.0 2020-08-19
- Improved back-end components related to checkout experience.
- Support for the Mageplaza plugin's shipping restriction
v2.14.0 2020-09-15
- Added: Shoppers can now add multiple discounts and remove discounts in Bolt Checkout (Magento discounts only).
- Improvement: The
display_idnow displays just theorder_idvalue in the merchant dashboard and user emails.
v2.15.0 2020-10-05
- Improvement: Product Page Checkout now supports cart item grouping (itemGroup).
- Improvement: Bolt now clears the cached shipping and tax information when the shipping method is changed.
- Fixed: Resolved compatibility issues with MageWorld Reward Points Pro
v2.16.0 2020-10-19
- Fixed: Resolved issue where shoppers were unable to apply Aheadworks Store Credit to their cart.
- Fixed: Resolved issues with Amasty Gift Cards being applied to orders placed in the back-office and storefront.
- Added: The M2 Plugin now supports product addons (removing and adding suggested items to checkout).
v2.17.0 2020-11-03
- Fixed: Resolved issue where discounts applied to an order placed from the M2 Admin Console did not apply in Bolt Checkout Modal.
- Improvement: Refunds for Paypal transactions now support an
in-progressstatus for situations where the merchant does not yet have sufficient funds. - Improvement: Made general improvements related to Mirasvit rewards points usage such as tax calculations and shipping discounts.
- Added: Merchants can now selectively configure Product Page Checkout to display only for specific products that have the
bolt_ppcattribute.
v2.18.0 2021-01-06
- Added: Merchants can now recognize Apple Pay orders from their Payment Information as
Bolt-Applepayin the Magento Admin console. - Improvement: We added an optional feature switch that updates orders with failed payment hooks to a
canceledstatus instead of deleting them. This can be useful for merchants that use ERP systems. For activation, reach out to your customer success manager. - Improvement: Now merchants can see the cart type and last four digits when reviewing orders from all processors.
- Improvement: Discounts got a small refresh in the way their information is displayed.
- Improvement: We did some refactoring for our payment-only checkout flow.
- Fixed: There was a very unlikely (but still possible) chance that changes to Mirsavit credit applied to the cart did not update, so we made sure it will update every time.
v2.18.1 2021-01-21
- Improvement: The order grid in the Magento admin console now prioritizes displaying credit card details over payment processor information.
- Fixed: Resolved issue where the order grid in the Magento admin console would freeze when no order records matched the user's defined filtering criteria.
| Version | Stability | QA Status | Released |
|---|---|---|---|
| 2.27.9-rc3 | RC | Not tested | 2026-05-22 11:25:21 |
| 2.27.9-rc2 | RC | Not tested | 2026-05-21 08:46:01 |
| 2.27.9-rc1 | RC | Not tested | 2026-01-16 13:07:35 |
| 2.27.8 | stable | Fail | 2025-08-07 09:10:43 |
| 2.27.8-rc3 | RC | Not tested | 2025-06-17 07:15:24 |
| 2.27.8-rc2 | RC | Not tested | 2025-06-03 12:29:11 |
| 2.27.8-rc | RC | Not tested | 2025-06-02 11:04:36 |
| 2.27.7.declarative.schema.zend.removed | stable | Not tested | 2025-03-07 09:11:36 |
| 2.27.7 | stable | Not tested | 2025-03-05 14:52:15 |
| 2.27.6-rc3 | RC | Not tested | 2025-02-26 16:23:47 |
| 2.27.6-rc2 | RC | Not tested | 2025-02-19 08:34:20 |
| 2.27.6-rc1 | RC | Not tested | 2025-02-04 10:43:53 |
| 2.27.6-rc | RC | Not tested | 2025-02-03 12:38:29 |
| 2.27.5.zend.removed | stable | Not tested | 2024-10-16 11:10:29 |
| 2.27.5.declarative.schema | alpha | Not tested | 2024-10-16 08:49:40 |
| 2.27.5 | stable | Not tested | 2024-10-16 08:34:51 |
| 2.27.5-rc6 | RC | Not tested | 2024-10-09 11:28:24 |
| 2.27.5-rc5 | RC | Not tested | 2024-10-04 11:40:16 |
| 2.27.5-rc4 | RC | Not tested | 2024-10-03 07:49:23 |
| 2.27.5-rc3 | RC | Not tested | 2024-09-25 06:05:56 |
| 2.27.5-rc2 | RC | Not tested | 2024-09-05 08:39:50 |
| 2.27.5-rc | RC | Not tested | 2024-08-30 10:37:44 |
| 2.27.4.zend.removed | stable | Not tested | 2023-12-06 10:52:53 |
| 2.27.4.declarative.schema | alpha | Not tested | 2023-12-04 09:08:00 |
| 2.27.4 | stable | Not tested | 2023-11-02 16:06:07 |
| 2.27.3 | stable | Not tested | 2023-11-01 19:25:45 |
| 2.27.4-rc3 | RC | Not tested | 2023-10-25 15:33:10 |
| 2.27.4-rc2 | RC | Not tested | 2023-10-24 14:34:09 |
| 2.27.4-rc | RC | Not tested | 2023-10-24 07:49:20 |
| 2.27.3-rc4 | RC | Not tested | 2023-10-10 13:48:45 |
| 2.27.3-rc3 | RC | Not tested | 2023-10-05 14:40:38 |
| 2.27.3-rc2 | RC | Not tested | 2023-10-03 07:19:11 |
| 2.27.3-rc | RC | Not tested | 2023-09-20 10:15:40 |
| 2.27.2.declarative.schema | alpha | Not tested | 2023-07-31 13:09:45 |
| 2.27.2 | stable | Not tested | 2023-07-26 16:25:33 |
| 2.27.2-rc3 | RC | Not tested | 2023-07-26 07:28:42 |
| 2.27.2-rc2 | RC | Not tested | 2023-07-25 08:56:30 |
| 2.27.2-rc | RC | Not tested | 2023-07-18 09:25:22 |
| 2.27.1 | stable | Not tested | 2023-04-06 19:06:19 |
| 2.27.1-rc2 | RC | Not tested | 2023-04-06 18:41:41 |
| 2.27.1-rc | RC | Not tested | 2023-04-03 10:29:33 |
| 2.27.0 | stable | Not tested | 2023-03-29 14:35:49 |
| 2.27.0.declararive.schema | alpha | Not tested | 2023-03-29 14:27:55 |
| 2.27.0-rc | RC | Not tested | 2023-03-15 14:03:06 |
| 2.26.5.declararive.schema | alpha | Not tested | 2023-02-08 15:18:58 |
| 2.26.5 | stable | Not tested | 2023-02-06 21:05:39 |
| 2.26.5-rc | RC | Not tested | 2023-01-30 19:32:57 |
| 2.26.4.declararive.schema | alpha | Not tested | 2022-12-19 11:07:54 |
| 2.26.4 | stable | Not tested | 2022-12-15 21:35:59 |
| 2.26.4-rc4 | RC | Not tested | 2022-12-15 21:25:08 |
| 2.26.4-rc3 | RC | Not tested | 2022-12-15 13:02:43 |
| 2.26.4rc3 | RC | Not tested | 2022-12-15 13:02:43 |
| 2.26.4-rc2 | RC | Not tested | 2022-12-15 10:02:28 |
| 2.26.4-rc | RC | Not tested | 2022-12-09 08:56:32 |
| 2.26.3.declararive.schema | alpha | Not tested | 2022-11-22 08:53:26 |
| 2.26.3 | stable | Not tested | 2022-11-21 23:02:58 |
| 2.26.3-rc.notes | stable | Not tested | 2022-11-21 22:58:35 |
| 2.26.3-rc | RC | Not tested | 2022-11-21 08:40:03 |
| 2.26.2.declararive.schema | alpha | Not tested | 2022-11-06 14:31:13 |
| 2.26.2 | stable | Not tested | 2022-11-03 17:52:28 |
| 2.26.2-rc5 | RC | Not tested | 2022-11-03 17:46:06 |
| 2.26.2-rc4 | RC | Not tested | 2022-11-03 14:53:44 |
| 2.26.2-rc3 | RC | Not tested | 2022-11-03 07:22:55 |
| 2.26.2-rc2 | RC | Not tested | 2022-11-02 10:25:56 |
| 2.26.2-rc | RC | Not tested | 2022-10-20 10:03:52 |
| 2.26.1.schema | alpha | Not tested | 2022-08-23 09:51:28 |
| 2.26.1 | stable | Not tested | 2022-08-22 17:03:54 |
| 2.26.1-rc3 | RC | Not tested | 2022-08-19 07:44:27 |
| 2.26.1-rc2 | RC | Not tested | 2022-08-12 13:09:07 |
| 2.26.1-rc | RC | Not tested | 2022-08-11 05:55:23 |
| 2.26.0 | stable | Not tested | 2022-07-12 18:03:46 |
| 2.26.0-rc4 | RC | Not tested | 2022-07-11 08:07:57 |
| 2.26.0-rc3 | RC | Not tested | 2022-06-28 17:52:52 |
| 2.26.0-rc2 | RC | Not tested | 2022-06-22 09:51:08 |
| 2.26.0-rc | RC | Not tested | 2022-06-20 13:33:10 |
| 2.25.2 | stable | Not tested | 2022-05-25 16:51:31 |
| 2.25.2-rc8 | RC | Not tested | 2022-05-25 16:48:58 |
| 2.25.2-rc7 | RC | Not tested | 2022-05-25 15:53:09 |
| 2.25.2-rc6 | RC | Not tested | 2022-05-11 10:19:52 |
| 2.25.2-rc5 | RC | Not tested | 2022-05-04 01:01:31 |
| 2.25.2-rc4 | RC | Not tested | 2022-04-21 14:32:57 |
| 2.25.2-rc3 | RC | Not tested | 2022-04-19 00:40:30 |
| 2.25.2-rc2 | RC | Not tested | 2022-04-01 01:33:42 |
| 2.25.2-rc | RC | Not tested | 2022-03-23 11:03:51 |
| 2.25.1 | stable | Not tested | 2022-02-16 22:49:31 |
| 2.25.1-rc3 | RC | Not tested | 2022-02-16 20:06:00 |
| 2.25.1-rc2 | RC | Not tested | 2022-02-16 08:03:48 |
| 2.25.1-rc | RC | Not tested | 2022-02-14 07:21:36 |
| 2.25.0 | stable | Not tested | 2022-02-03 19:45:55 |
| 2.25.0-rc5 | RC | Not tested | 2022-02-03 17:58:29 |
| 2.25.0-rc4 | RC | Not tested | 2022-02-03 09:17:57 |
| 2.25.0-rc3 | RC | Not tested | 2022-02-01 07:34:57 |
| 2.25.0-rc2 | RC | Not tested | 2022-01-27 06:46:14 |
| 2.25.0-rc | RC | Not tested | 2022-01-11 18:16:28 |
| 2.24.1 | stable | Not tested | 2021-11-02 16:48:36 |
| 2.24.1-rc2 | RC | Not tested | 2021-11-02 15:59:17 |
| 2.24.1-rc | RC | Not tested | 2021-11-01 10:56:25 |
| 2.24.0 | stable | Not tested | 2021-10-20 17:04:19 |
| 2.24.0-rc3 | RC | Not tested | 2021-10-20 16:28:33 |
| 2.24.0-rc2 | RC | Not tested | 2021-10-19 07:50:59 |
| 2.24.0-rc | RC | Not tested | 2021-10-15 04:00:27 |
| 2.23.0.remote | stable | Not tested | 2021-10-07 13:44:12 |
| 2.23.0 | stable | Not tested | 2021-09-02 17:37:39 |
| 2.23.0-rc3 | RC | Not tested | 2021-09-02 17:26:38 |
| 2.23.0-rc2 | RC | Not tested | 2021-08-30 09:50:29 |
| 2.23.0-rc | RC | Not tested | 2021-08-11 06:32:03 |
| 2.22.0-delisted | stable | Not tested | 2021-06-29 16:31:14 |
| 2.22.0-rc5 | RC | Not tested | 2021-06-29 16:31:14 |
| 2.22.0-rc4 | RC | Not tested | 2021-06-25 15:37:32 |
| 2.22.0-rc3 | RC | Not tested | 2021-06-22 16:47:48 |
| 2.22.0-rc2 | RC | Not tested | 2021-05-21 18:48:29 |
| 2.22.0-rc | RC | Not tested | 2021-05-14 14:58:40 |
| 2.21.2 | stable | Not tested | 2021-05-12 15:26:16 |
| 2.21.2-rc | RC | Not tested | 2021-05-10 17:14:48 |
| 2.21.1 | stable | Not tested | 2021-05-04 20:24:17 |
| 2.21.1-rc | RC | Not tested | 2021-04-29 22:18:01 |
| 2.21.0 | stable | Not tested | 2021-04-08 21:39:15 |
| 2.21.0-rc6 | RC | Not tested | 2021-04-06 21:47:57 |
| 2.21.0-rc5 | RC | Not tested | 2021-04-06 21:00:20 |
| 2.21.0-rc4 | RC | Not tested | 2021-04-02 16:06:39 |
| 2.21.0-rc3 | RC | Not tested | 2021-03-30 18:47:53 |
| 2.21.0-rc2 | RC | Not tested | 2021-03-11 22:55:10 |
| 2.21.0-rc | RC | Not tested | 2021-03-10 04:33:28 |
| 2.20.0 | stable | Not tested | 2021-03-08 15:51:10 |
| 2.20.0-rc4 | RC | Not tested | 2021-03-08 15:46:47 |
| 2.20.0-rc3 | RC | Not tested | 2021-03-04 19:26:04 |
| 2.20.0-rc2 | RC | Not tested | 2021-03-03 08:56:19 |
| 2.20.0-rc | RC | Not tested | 2021-02-25 09:49:16 |
| 2.19.0-rc5 | RC | Not tested | 2021-02-10 19:18:10 |
| 2.19.0-rc4 | RC | Not tested | 2021-02-10 07:23:13 |
| 2.19.0-rc3 | RC | Not tested | 2021-02-05 08:10:06 |
| 2.19.0-rc2 | RC | Not tested | 2021-02-04 11:02:42 |
| 2.19.0-rc | RC | Not tested | 2021-02-03 10:31:40 |
| 2.18.1 | stable | Not tested | 2021-01-22 18:07:36 |
| 2.18.1-rc2 | RC | Not tested | 2021-01-22 17:48:28 |
| 2.18.1-rc | RC | Not tested | 2021-01-22 09:50:26 |
| 2.18.0 | stable | Not tested | 2021-01-06 16:16:32 |
| 2.18.0-rc5 | RC | Not tested | 2021-01-06 16:05:37 |
| 2.18.0-rc4 | RC | Not tested | 2021-01-06 09:07:35 |
| 2.18.0-rc3 | RC | Not tested | 2020-12-28 10:17:58 |
| 2.18.0-rc2 | RC | Not tested | 2020-12-24 07:59:57 |
| 2.18.0-rc | RC | Not tested | 2020-11-20 13:31:43 |
| 2.17.0 | stable | Not tested | 2020-11-03 15:31:10 |
| 2.17.0-rc2 | RC | Not tested | 2020-11-03 14:59:47 |
| 2.17.0-rc | RC | Not tested | 2020-10-29 07:29:17 |
| 2.16.0 | stable | Not tested | 2020-10-19 17:38:34 |
| 2.16.0-rc4 | RC | Not tested | 2020-10-19 17:28:27 |
| 2.16.0-rc3 | RC | Not tested | 2020-10-19 06:43:22 |
| 2.16.0-rc2 | RC | Not tested | 2020-10-15 06:15:56 |
| 2.16.0-rc | RC | Not tested | 2020-10-12 07:50:37 |
| 2.15.0 | stable | Not tested | 2020-10-05 20:07:26 |
| 2.15.0-rc4 | RC | Not tested | 2020-10-05 17:43:06 |
| 2.15.0-rc3 | RC | Not tested | 2020-10-05 09:01:48 |
| 2.15.0-rc2 | RC | Not tested | 2020-09-18 07:53:57 |
| 2.15.0-rc | RC | Not tested | 2020-09-16 20:00:31 |
| 2.14.0 | stable | Not tested | 2020-09-15 16:22:17 |
| 2.14.0-rc4 | RC | Not tested | 2020-09-15 15:58:15 |
| 2.14.0-rc3 | RC | Not tested | 2020-09-15 08:27:08 |
| 2.14.0-rc2 | RC | Not tested | 2020-09-03 20:25:30 |
| 2.14.0-rc | RC | Not tested | 2020-09-03 04:16:29 |
| 2.13.0 | stable | Not tested | 2020-08-26 18:53:07 |
| 2.13.0-rc3 | RC | Not tested | 2020-08-26 14:06:57 |
| 2.13.0-rc2 | RC | Not tested | 2020-08-24 17:50:09 |
| 2.13.0-rc | RC | Not tested | 2020-08-19 20:28:14 |
| 2.12.0 | stable | Not tested | 2020-08-11 17:52:03 |
| 2.12.0-rc2 | RC | Not tested | 2020-08-07 10:10:31 |
| 2.12.0-rc | RC | Not tested | 2020-08-06 04:51:09 |
| 2.11.0 | stable | Not tested | 2020-07-29 20:47:00 |
| 2.11.0-rc3 | RC | Not tested | 2020-07-29 05:44:16 |
| 2.11.0-rc2 | RC | Not tested | 2020-07-28 05:25:24 |
| 2.11.0-rc | RC | Not tested | 2020-07-22 20:39:40 |
| 2.10.0 | stable | Not tested | 2020-07-20 16:54:21 |
| 2.10.0-rc3 | RC | Not tested | 2020-07-16 21:15:49 |
| 2.10.0-rc2 | RC | Not tested | 2020-07-16 07:57:23 |
| 2.10.0-rc | RC | Not tested | 2020-07-08 21:34:51 |
| 2.9.1-rc | RC | Not tested | 2020-06-29 06:13:54 |
| 2.9.0-rc4 | RC | Not tested | 2020-06-24 10:14:22 |
| 2.9.0 | stable | Fail | 2020-06-24 10:14:22 |
| 2.9.0-rc3 | RC | Not tested | 2020-06-24 06:10:16 |
| 2.9.0-rc2 | RC | Not tested | 2020-06-22 06:22:00 |
| 2.9.0-rc | RC | Not tested | 2020-06-18 01:57:26 |
| 2.8.1 | stable | Not tested | 2020-06-17 15:10:22 |
| 2.8.1-rc2 | RC | Not tested | 2020-06-16 17:34:23 |
| 2.8.1-rc | RC | Not tested | 2020-06-11 16:53:36 |
| 2.8.0 | stable | Not tested | 2020-06-03 20:46:40 |
| 2.8.0-rc2 | RC | Not tested | 2020-05-28 16:32:51 |
| 2.8.0-rc | RC | Not tested | 2020-05-28 01:32:56 |
| 2.7.0 | stable | Not tested | 2020-05-12 21:05:50 |
| 2.7.0-rc2 | RC | Not tested | 2020-05-08 16:16:55 |
| 2.7.0-rc | RC | Not tested | 2020-05-07 22:58:40 |
| 2.6.0 | stable | Not tested | 2020-05-04 15:53:05 |
| 2.6.0-rc4 | RC | Not tested | 2020-05-04 07:30:04 |
| 2.6.0-rc3 | RC | Not tested | 2020-04-30 01:37:42 |
| 2.6.0-rc2 | RC | Not tested | 2020-04-29 14:03:52 |
| 2.6.0-rc | RC | Not tested | 2020-04-16 05:43:12 |
| 2.5.0 | stable | Not tested | 2020-03-31 22:38:08 |
| 2.5.0-rc | RC | Not tested | 2020-03-27 13:50:42 |
| 2.4.1 | stable | Not tested | 2020-03-18 18:31:21 |
| 2.4.0 | stable | Not tested | 2020-03-11 20:14:50 |
| 2.4.0-rc | RC | Not tested | 2020-03-06 04:57:20 |
| 2.3.0-rc4 | RC | Not tested | 2020-02-21 10:12:17 |
| 2.3.0 | stable | Not tested | 2020-02-21 10:12:17 |
| 2.3.0-rc3 | RC | Not tested | 2020-02-20 21:57:27 |
| 2.3.0-rc2 | RC | Not tested | 2020-02-20 15:29:37 |
| 2.3.0-rc | RC | Not tested | 2020-02-19 17:35:28 |
| 2.2.0-rc2 | RC | Not tested | 2020-02-06 19:37:44 |
| 2.2.0 | stable | Not tested | 2020-02-06 19:37:44 |
| 2.2.0-rc | RC | Not tested | 2020-01-14 14:46:06 |
| 2.1.0 | stable | Not tested | 2019-11-21 22:35:54 |
| 2.0.3 | stable | Not tested | 2019-10-28 19:58:56 |
| 2.0.3-rc | RC | Not tested | 2019-10-21 13:40:24 |
| 2.0.2.2 | stable | Not tested | 2019-10-08 15:35:53 |
| 2.0.2.1 | stable | Not tested | 2019-10-02 21:25:42 |
| 2.0.2 | stable | Not tested | 2019-09-12 20:53:24 |
| 2.0.2-rc | RC | Not tested | 2019-09-10 19:34:17 |
| 2.0.1 | stable | Not tested | 2019-09-06 20:16:02 |
| 2.0.1-rc | RC | Not tested | 2019-09-03 11:03:37 |
| 2.0.0-rc2 | RC | Not tested | 2019-07-08 11:49:13 |
| 2.0.0-rc | RC | Not tested | 2019-06-28 18:43:28 |
| 1.1.15 | stable | Not tested | 2019-06-12 22:29:47 |
| 1.1.14 | stable | Not tested | 2019-05-28 18:05:40 |
| 1.1.8.4 | stable | Not tested | 2019-04-30 23:36:08 |
| 1.1.13 | stable | Not tested | 2019-04-25 21:40:59 |
| 2.0.0 | stable | Not tested | 2019-04-19 15:23:32 |
| 1.1.12.1 | stable | Not tested | 2019-04-10 20:08:46 |
| 1.1.12 | stable | Not tested | 2019-04-01 18:11:41 |
| 1.1.11 | stable | Not tested | 2019-03-07 13:59:46 |
| 1.1.8.3 | stable | Not tested | 2019-03-05 08:37:51 |
| 1.1.8.2 | stable | Not tested | 2019-02-27 16:33:32 |
| 1.1.10 | stable | Not tested | 2019-02-12 22:13:14 |
| 1.1.8.1 | stable | Not tested | 2019-02-12 14:31:31 |
| 1.1.9 | stable | Not tested | 2019-01-25 16:57:41 |
| 1.1.8 | stable | Not tested | 2019-01-09 19:04:05 |
| 1.1.7 | stable | Not tested | 2018-12-21 21:42:47 |
| 1.1.6 | stable | Not tested | 2018-12-13 18:24:51 |
| 1.1.5 | stable | Not tested | 2018-12-11 22:04:05 |
| 1.1.4 | stable | Not tested | 2018-12-04 22:28:00 |
| 1.1.3 | stable | Not tested | 2018-11-27 18:07:55 |
| 1.1.2 | stable | Not tested | 2018-10-31 09:49:59 |
| 1.1.1 | stable | Not tested | 2018-10-23 19:25:40 |
| 1.1.0 | stable | Not tested | 2018-10-11 20:45:58 |
| 1.0.12 | stable | Not tested | 2018-10-10 14:08:00 |
| 1.0.11 | stable | Not tested | 2018-10-01 08:35:06 |
| 1.0.10 | stable | Not tested | 2018-09-24 04:01:50 |
| 1.0.9 | stable | Not tested | 2018-09-19 19:26:18 |
| 1.0.8 | stable | Not tested | 2018-09-17 09:09:17 |
| 1.0.7 | stable | Not tested | 2018-09-07 14:16:50 |
| 1.0.6 | stable | Not tested | 2018-08-23 19:28:37 |
| 1.0.5 | stable | Not tested | 2018-08-21 18:01:31 |
| 1.0.4 | stable | Not tested | 2018-06-21 19:12:53 |
| 1.0.3 | stable | Not tested | 2018-04-24 20:56:37 |
| 1.0.2 | stable | Not tested | 2018-03-22 14:36:20 |
| 1.0.1 | stable | Not tested | 2018-03-20 20:55:28 |
| 1.0.0 | stable | Not tested | 2018-03-16 12:46:07 |
Requires 6
| Package | Constraint |
|---|---|
| magento/module-sales | 100.*|101.*|102.*|103.* |
| magento/module-checkout | 100.*|101.*|102.*|103.* |
| magento/module-payment | 100.*|101.*|102.*|103.* |
| magento/module-tax | 100.*|101.*|102.*|103.* |
| magento/framework | 100.*|101.*|102.*|103.* |
| bugsnag/bugsnag | ^3.4 |
Requires-dev 3
| Package | Constraint |
|---|---|
| phpunit/phpunit | ~6.2.0 |
| mikey179/vfsstream | ^1.6 |
| magento/magento-coding-standard | ^5.0 |
No QA results yet
QA pipelines haven't run for this version. Status appears here once the vendor publishes a tagged release that gets ingested.
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.
