bluefinch-ppcp-web v1.0.0
BlueFinch PPCP Web
bluefinch-ppcp-web is a supporting package for integrating PayPal PPCP functionality into BlueFinch Checkout for Magento 2. This package provides essential utilities for seamless interaction between your checkout module and PayPal PPCP.
Requirements
- Magento 2.4.6 or higher
- Node 16 or higher
- BlueFinch Checkout
- BlueFinch Checkout PPCP Module
Installation
Ensure you have both BlueFinch Checkout and BlueFinch Checkout PPCP installed. Then, inside the module-checkout-ppcp/view/frontend/web/js/checkout directory, run:
npm install bluefinch-ppcp-web
This will install the necessary dependencies for integrating PayPal PPCP into your checkout module.
Usage
This package is designed to be used within module-checkout-ppcp. Once installed, it enables PayPal PPCP functionality in your BlueFinch-powered checkout.
For further details, refer to the BlueFinch Checkout PPCP Module documentation.
4 months ago