add mollie plugin

This commit is contained in:
Philipp Rothmann 2023-10-02 22:46:46 +02:00
parent 55234b4e27
commit c59eefd219
21 changed files with 1117 additions and 0 deletions

View file

@ -0,0 +1,4 @@
module FoodsoftMollie
class Engine < ::Rails::Engine
end
end

View file

@ -0,0 +1,3 @@
module FoodsoftMollie
VERSION = "0.0.1"
end