This does not intend to be a full e-commerce solution.
composer require jinjie/stripe-product-checkout
Add Stripe keys to .env
file
STRIPE_PK="<PUBLISHABLE KEY>"
STRIPE_SK="<SECRET KEY>"
By default, only the product will be used in line_items in checkout.
You can change this with something like below.
StripeProductCheckout\Controllers\ProductController:
extensions:
- MyProductExtension
// ...
public function updateCheckoutItems(&$items)
{
// Manipulate $items array here to be used in line_items
}
// ...
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem