https://github.com/bluefinchcommerce/ppcp-web
An open-source supporting package for integrating PayPal PPCP with the BlueFinch Checkout for Magento and Adobe Commerce.
https://github.com/bluefinchcommerce/ppcp-web
bluefinch bluefinchcommerce checkout e-commerce ecommerce open-source opensource paypal ppcp storefront
Last synced: 3 months ago
JSON representation
An open-source supporting package for integrating PayPal PPCP with the BlueFinch Checkout for Magento and Adobe Commerce.
- Host: GitHub
- URL: https://github.com/bluefinchcommerce/ppcp-web
- Owner: BlueFinchCommerce
- License: gpl-3.0
- Created: 2025-02-04T15:24:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-12T11:02:32.000Z (about 1 year ago)
- Last Synced: 2025-11-23T21:08:39.289Z (7 months ago)
- Topics: bluefinch, bluefinchcommerce, checkout, e-commerce, ecommerce, open-source, opensource, paypal, ppcp, storefront
- Language: JavaScript
- Homepage: https://www.bluefinchcommerce.com/checkout
- Size: 8.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://dl.circleci.com/status-badge/redirect/gh/BlueFinchCommerce/ppcp-web/tree/master)
[](https://github.com/BlueFinchCommerce/ppcp-web/?tab=GPL-3.0-1-ov-file#readme)

# 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](https://github.com/bluefinchcommerce/module-checkout)
- [BlueFinch Checkout PPCP Module](https://github.com/bluefinchcommerce/module-checkout-ppcp)
## 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](https://github.com/bluefinchcommerce/module-checkout-ppcp).