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

This commit is contained in:
2025-07-14 14:59:00 +02:00
parent 3ffa82c75f
commit 580a615c54
6 changed files with 4 additions and 2 deletions

BIN
autoload/.DS_Store vendored

Binary file not shown.

Binary file not shown.

View File

@@ -707,9 +707,11 @@ if ( $apilo_settings['enabled'] and $apilo_settings['sync_orders'] and $apilo_se
if ( $responseData['id'] and $responseData['status'] )
{
$shop_status_id = \front\factory\ShopStatuses::get_shop_status_by_integration_status_id( 'apilo', $responseData['status'] );
$order_tmp = new Order( $order['id'] );
$order_tmp -> update_status( $shop_status_id, false );
if ( $shop_status_id )
$order_tmp -> update_status( $shop_status_id, false );
$order_tmp -> update_aplio_order_status_date( date( 'Y-m-d H:i:s' ) );
echo '<p>Zaktualizowałem status zamówienia <b>' . $order['number'] . '</b></p>';
}

BIN
templates/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.