Skip to content

Commit

Permalink
fix: migrate ex plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Feb 28, 2024
1 parent 719fa38 commit c40c904
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class ParsekEventHandler : ParsekEventListener {
PaymentLemonSqueezyPlugin.INSTANCE,
LemonSqueezyConfig::class.java,
logger,
listOf()
listOf(),
listOf("payment-lemonsqueezy")
)

logger.info("Initialized plugin config")
Expand Down

0 comments on commit c40c904

Please sign in to comment.