PHP code example of prometee / sylius-payum-stripe-checkout-session-plugin
1. Go to this page and download the library: Download prometee/sylius-payum-stripe-checkout-session-plugin library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
prometee / sylius-payum-stripe-checkout-session-plugin example snippets
# config/bundles.php
return [
// ...
FluxSE\SyliusPayumStripePlugin\FluxSESyliusPayumStripePlugin::class => ['all' => true],
FluxSE\PayumStripeBundle\FluxSEPayumStripeBundle::class => ['all' => true],
// ...
];