From 2815fb905a1c1ecb7d8d80b0e568c1728c65aa2d Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Fri, 31 Oct 2025 15:38:35 +0100 Subject: [PATCH] Poprawa formatowania skryptu JavaScript w pliku cron-turstmate.php --- cron-turstmate.php | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/cron-turstmate.php b/cron-turstmate.php index c61d9a7..c45abe8 100644 --- a/cron-turstmate.php +++ b/cron-turstmate.php @@ -64,24 +64,22 @@ if ( is_array( $order_id ) and $order_id['id'] ) TrustMate Cron - - + TRUST_MATE_USER_NAME = ''; + TRUST_MATE_USER_EMAIL = ''; + TRUST_MATE_ORDER_NUMBER = ''; + TRUST_MATE_COMPANY_UUID = ''; + TRUSTMATE_PRODUCTS = [ + + { + 'local_id': , + 'name': '', + 'product_url': 'https://pomysloweprezenty.pl', + "image_url": "https://pomysloweprezenty.pl" + } + + ]; +

TrustMate Cron