1.0.3 • Published 11 months ago

vendure-plugin-stark-bank v1.0.3

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
11 months ago

Vendure Stark Bank Plugin

npm (scoped) semantic-release

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
  ]
}
1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago