Usunięcie plików .DS_Store z katalogów autoload, templates i templates_user

This commit is contained in:
2025-04-16 08:28:00 +02:00
parent f5ce822e4f
commit 813567af69
6 changed files with 1 additions and 2 deletions

BIN
autoload/.DS_Store vendored

Binary file not shown.

Binary file not shown.

View File

@@ -54,7 +54,7 @@ $sellasist_settings = \admin\factory\Integrations::sellasist_settings();
function parsePaczkomatAddress($input)
{
$pattern = '/^(\w+)\s+\|\s+([^,]+),\s+(\d{2}-\d{3})\s+(.+)$/';
$pattern = '/^([\w-]+)\s+\|\s+([^,]+),\s+(\d{2}-\d{3})\s+(.+)$/';
if (preg_match($pattern, $input, $matches)) {
return [
@@ -503,7 +503,6 @@ if ( $apilo_settings['enabled'] and $apilo_settings['sync_orders'] and $apilo_se
$access_token = \admin\factory\Integrations::apilo_get_access_token();
$order_date = new DateTime( $order['date_order'] );
$paczkomatData = parsePaczkomatAddress( $order['inpost_paczkomat'] );
$orlenPointData = parseOrlenAddress( $order['orlen_point'] );

BIN
templates/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.