feat(payments): persist helcimCustomerCode + skip getOrCreateCustomer on card-on-file
This commit is contained in:
parent
0a41b30db7
commit
ac5e979c78
10 changed files with 330 additions and 33 deletions
|
|
@ -42,6 +42,7 @@ const memberSchema = new mongoose.Schema({
|
|||
default: "pending_payment",
|
||||
},
|
||||
helcimCustomerId: String,
|
||||
helcimCustomerCode: String,
|
||||
helcimSubscriptionId: String,
|
||||
billingCadence: {
|
||||
type: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue