bluefinchcommerce / module-checkout-fastlane
Installs: 170
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 1
Language:JavaScript
Type:magento2-module
Requires
- bluefinchcommerce/module-checkout: ^1.0
- magento/framework: *
- magento/module-checkout: *
- magento/module-quote: *
- paypal/module-fastlane: ^1.0
Requires (Dev)
- dev-develop
- 1.1.1
- 1.1.0
- 1.0.0
- dev-bugfix/fastlane-env-config
- dev-feature/csp-changes
- dev-feature/license
- dev-feature/update-readme-with-license-badge
- dev-main
- dev-feature/update-contributing-doc
- dev-develop-bluefinch
- dev-feature/circle-ci-update
- dev-feature/rename-layout-file
- dev-sync/update-bluefinch-develop-from-bc
- dev-bugfix/BC-prevent-customer-address-override
- dev-feature/update-dependencies-to-include-pp-fastlane
- dev-checkout-go-live
- dev-bugfix/fastlane-feedback-graphl-changes
- dev-feature/automate-workflow
- dev-feature/add-rollup-plugin-delete
- dev-bugfix/captcha-teardown-issues
- dev-feature/improve_ci_perf
- dev-bugfix/captcha-redirect-issue
- dev-bugfix/fastlane-BC-feedback
- dev-bugfix/map-address-helper
- dev-bugfix/BC-qa-feedback
- dev-feature/composer-and-json-updates
- dev-feature/BC-fastlane
- dev-bugfix/mounted-enabled-check
This package is auto-updated.
Last update: 2025-05-09 08:56:00 UTC
README
Checkout Fastlane Module
Requirements
- Magento 2.4.6 or higher
- Node 16 or higher (for development purposes only)
- Latest version of BlueFinch Checkout
Installation
Ensure you have installed the latest version of BlueFinch Checkout, which can be found here, BlueFinch Checkout.
To install the Checkout Fastlane module, run the following command in your Magento 2 root directory:
composer require bluefinch/module-checkout-fastlane
Checkout Fastlane follows the standard installation process for Adobe Commerce.
For information about a module installation in Adobe Commerce, see Enable or disable modules.
Remember to clear any appropriate caches.
Once installed the module follows the same configuration settings as prescribed by the official Fastlane integration documentation, see Fastlane for Magento.
Local frontend development workflow
Please refer to the local frontend development workflow section of the BlueFinch Checkout contributing guidelines, that applies to all BlueFinch Checkout extension modules, such as this one.
CircleCi
CircleCi is a tool for us to use to allow for tested to be run on our modules before they are deployed.
This template comes with EsLint and PHPStan.
You can add more tests to this if you need to.
Testing your module locally
You can test CircleCi before you push your code.
To do this you need to install circleci locally.
brew install circleci
Then once this has been installed in the main directory of your package then.
circleci local execute