vendure-plugin-stark-bank
v1.0.3
Published
Plugin Stark Bank
Downloads
4
Readme
Vendure Stark Bank Plugin
This plugin is designed to integrate Stark Bank as a payment provider within the Vendure framework. Please note that this is an ongoing project. For details on the remaining tasks and improvements, refer to the Issues section.
⚙️ Install
1. Install and configure Vendure
Here you can find out how to install
2. Install the package
npm install vendure-plugin-stark-bank --save
3. Add the plugin in Vendure configuration
import { StarkBankPlugin } from 'vendure-plugin-stark-bank';
const config: VendureConfig = {
...
plugins: [
StarkBankPlugin
]
}