Pinelab-studio / pinelab-vendure-plugins

Monorepo for different Vendure plugins developed by Pinelab
111 stars 49 forks source link

AcceptBlueTransactionEvent not exported from package #522

Closed mschipperheyn closed 1 month ago

mschipperheyn commented 1 month ago

Which plugin/repository is the issue about? accept-blue

Describe the bug The AcceptBlueTransactionEvent that allows you to act on incoming webhooks messages, is not exported from the package

To Reproduce Steps to reproduce the behavior:

  1. import { AcceptBlueTransactionEvent } from '@pinelab/vendure-plugin-accept-blue'

Expected behavior AcceptBlueTransactionEvent should be exported from the package.

Environment