withdraw
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
const mongoose = require('mongoose')
|
||||
|
||||
|
||||
const BankSchema = mongoose.Schema({
|
||||
holderName:String,
|
||||
cardNumber:{
|
||||
@@ -9,6 +11,7 @@ const BankSchema = mongoose.Schema({
|
||||
}
|
||||
})
|
||||
|
||||
/// /////////////////////////////////////////////////////
|
||||
const WithdrawSchema = mongoose.Schema({
|
||||
card:BankSchema,
|
||||
amount:{
|
||||
|
||||
Reference in New Issue
Block a user