Add core
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
{
|
||||
resolve: `mrbl-payment-stripe`,
|
||||
options: {
|
||||
stripeApiKey: "12345",
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user