Klarna orders

This commit is contained in:
Sebastian Rindom
2020-07-10 15:41:42 +02:00
parent 85601ca428
commit d930d00723
6 changed files with 45 additions and 36 deletions
@@ -1,6 +1,7 @@
import mongoose from "mongoose"
export default new mongoose.Schema({
name: { type: String, default: "" },
provider_id: { type: String, required: true },
profile_id: { type: String, required: true },
price: { type: Number, required: true },