This commit is contained in:
Sebastian Rindom
2020-01-18 15:08:22 +01:00
parent 2d8dd4b0a9
commit c7cf9b8061
58 changed files with 9873 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
plugins: [
{
resolve: `mrbl-payment-stripe`,
options: {
stripeApiKey: "12345",
},
},
],
}