add credit card payment method
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-07 16:56:55 +03:30
parent caaeb0d34a
commit 89fa1d637e
14 changed files with 155 additions and 9 deletions
+11 -2
View File
@@ -1077,7 +1077,7 @@
"Online",
"Cash",
"Wallet",
"Cart"
"CreditCard"
],
"mappedType": "enum"
},
@@ -4535,7 +4535,7 @@
"Online",
"Cash",
"Wallet",
"Cart"
"CreditCard"
],
"mappedType": "enum"
},
@@ -4624,6 +4624,15 @@
"nullable": true,
"length": 255,
"mappedType": "string"
},
"attachments": {
"name": "attachments",
"type": "jsonb",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": true,
"mappedType": "json"
}
},
"name": "payments",