build: ver_0.338 - bugfix duplikaty zamowien + status COD
This commit is contained in:
BIN
updates/0.30/ver_0.338.zip
Normal file
BIN
updates/0.30/ver_0.338.zip
Normal file
Binary file not shown.
26
updates/0.30/ver_0.338_manifest.json
Normal file
26
updates/0.30/ver_0.338_manifest.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"changelog": "Bugfix: duplikaty zamowien i status platnosci przy odbiorze (is_cod)",
|
||||
"version": "0.338",
|
||||
"files": {
|
||||
"added": [
|
||||
|
||||
],
|
||||
"deleted": [
|
||||
|
||||
],
|
||||
"modified": [
|
||||
"autoload/Domain/Order/OrderRepository.php",
|
||||
"autoload/Domain/PaymentMethod/PaymentMethodRepository.php",
|
||||
"autoload/admin/Controllers/ShopPaymentMethodController.php",
|
||||
"autoload/front/Controllers/ShopBasketController.php"
|
||||
]
|
||||
},
|
||||
"checksum_zip": "sha256:a7c16887d9eb6d4ad672b4cf038d5e85ae862ff2f5ffdf3a24b4e62e2edeb30b",
|
||||
"sql": [
|
||||
"ALTER TABLE `pp_shop_payment_methods`\n ADD COLUMN `is_cod` TINYINT(1) NOT NULL DEFAULT 0\n COMMENT \u0027Platnosc przy odbiorze (cash on delivery): 1 = tak, 0 = nie\u0027"
|
||||
],
|
||||
"date": "2026-03-12",
|
||||
"directories_deleted": [
|
||||
|
||||
]
|
||||
}
|
||||
3
updates/0.30/ver_0.338_sql.txt
Normal file
3
updates/0.30/ver_0.338_sql.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `pp_shop_payment_methods`
|
||||
ADD COLUMN `is_cod` TINYINT(1) NOT NULL DEFAULT 0
|
||||
COMMENT 'Platnosc przy odbiorze (cash on delivery): 1 = tak, 0 = nie'
|
||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
$current_ver = 337;
|
||||
$current_ver = 338;
|
||||
|
||||
for ($i = 1; $i <= $current_ver; $i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user