Set up the SumUp Payment Gateway in your store in minutes.
Extract the module and copy the SumUp folder into your Bagisto project directory:
your-bagisto-root/
└── packages/
└── SumUp/
└── Payment/
├── composer.json
└── src/
Open your root composer.json and add the namespace to autoload.psr-4:
"autoload": {
"psr-4": {
"SumUp\\Payment\\": "packages/SumUp/Payment/src/"
}
}
Regenerate the Composer autoloader to register the and discover the new classes:
composer dump-autoload
Ensure the configuration and route cache are refreshed:
php artisan optimize:clear
Publish the SumUp logo and frontend resources to the public folder:
php artisan vendor:publish --tag=sumup-assets
Navigate to Configuration → Sales → Payment Methods → SumUp and enter your credentials.