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
+23 -2
View File
@@ -1076,7 +1076,8 @@
"enumItems": [
"Online",
"Cash",
"Wallet"
"Wallet",
"CreditCard"
],
"mappedType": "enum"
},
@@ -1102,6 +1103,16 @@
"length": 255,
"mappedType": "string"
},
"card_number": {
"name": "card_number",
"type": "varchar(255)",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": true,
"length": 255,
"mappedType": "string"
},
"enabled": {
"name": "enabled",
"type": "boolean",
@@ -4523,7 +4534,8 @@
"enumItems": [
"Online",
"Cash",
"Wallet"
"Wallet",
"CreditCard"
],
"mappedType": "enum"
},
@@ -4612,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",