• Resolved miyabi703

    (@miyabi703)


    Hello Team,

    I’ve encountered an issue following our recent update to Stripe payment version 7.6.1. Specifically, the Apple Pay payment method appears to be malfunctioning. When attempting to make a purchase using Apple Pay, the transaction seems to complete, but the order isn’t successfully processed, and the page fails to redirect to the customary “Thank You” page. It was just staying in the checkout page without showing any error.

    Could you please assist in resolving this issue? Your guidance would be greatly appreciated.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @miyabi703

    Thanks for reaching out!

    I’ve encountered an issue following our recent update to Stripe payment version 7.6.1. Specifically, the Apple Pay payment method appears to be malfunctioning. When attempting to make a purchase using Apple Pay, the transaction seems to complete, but the order isn’t successfully processed, and the page fails to redirect to the customary “Thank You” page. It was just staying in the checkout page without showing any error.

    I understand that payments using Apple Pay is not working properly on your site.

    As a first step, please make sure that you’ve followed Stripe’s requirements in order to use Apple Pay as discussed here: https://woo.com/document/stripe/#apple-pay

    Furthermore, I’d like to understand your site properly. Please share with us the necessary information below for us to investigate the issue further:

    • System Status Report which you can find via WooCommerce > Status > Get system report > Copy for support.
    • Fatal error logs (if any) under WooCommerce > Status > Logs.

    You could copy and paste your reply here or paste it via https://gist.github.com/ and send the link here.

    Once we have more information, we’ll be able to assist you further.

    Thread Starter miyabi703

    (@miyabi703)

    Hi team,

    Thank you for your reply.

    I’ve double checked with Stripe and here I got their reply about the Apple Pay error, please help to check. I’ve also attached the required “system status report” and “webhooks delivery log” of my webiste for your review. Thank you.

    QUOTE

    I’ve checked this along with my team and we noticed that there is a 403 (Forbidden) error code. This error means there is likely something wrong in their code or server. As the code is done by WooCommerce we suggest you contact their technical support for more insight.

    You’ll need to inspect their script’s code to find the problem. You should double check your server settings that the webhook endpoint is accessible to the Internet without requiring authentication or allow our IPs.?https://stripe.com/docs/ips. You’ll really need to check this with their developers or to the one who manages your webhooks (woo).

    The error is appearing on your events here:?

    Event data
    {
    "object": {
    "id": "pi_3O7uc2Fsu59LGyjF1fKQfRQK",
    "object": "payment_intent",
    "amount": 4280,
    "amount_capturable": 0,
    "amount_details": {
    "tip": {
    }
    },
    "amount_received": 0,
    "application": null,
    "application_fee_amount": null,
    "automatic_payment_methods": null,
    "canceled_at": null,
    "cancellation_reason": null,
    "capture_method": "automatic",
    "charges": {
    "object": "list",
    "data": [
    ],
    "has_more": false,
    "total_count": 0,
    "url": "/v1/charges?payment_intent=pi_3O7uc2Fsu59LGyjF1fKQfRQK"
    },
    "client_secret": "pi_3O7uc2Fsu59LGyjF1fKQfRQK_secret_RaRDK3qF5IOp8gP3gJVo6Mnol",
    "confirmation_method": "automatic",
    "created": 1698907362,
    "currency": "nzd",
    "customer": null,
    "description": null,
    "invoice": null,
    "last_payment_error": null,
    "latest_charge": null,
    "livemode": true,
    "metadata": {
    },
    "next_action": null,
    "on_behalf_of": null,
    "payment_method": null,
    "payment_method_configuration_details": null,
    "payment_method_options": {
    "card": {
    "installments": null,
    "mandate_options": null,
    "network": null,
    "request_three_d_secure": "automatic"
    }
    },
    "payment_method_types": [
    "card"
    ],
    "processing": null,
    "receipt_email": null,
    "review": null,
    "setup_future_usage": null,
    "shipping": null,
    "source": null,
    "statement_descriptor": null,
    "statement_descriptor_suffix": null,
    "status": "requires_payment_method",
    "transfer_data": null,
    "transfer_group": null
    }
    }

    Right in the “Webhook attempts” segment.

    Webhook attempts to connected platformsAttempts to send this event to connected platform endpoints in the past 15 days.

    Webhook attempts to connected platformsAttempts to send this event to connected platform endpoints in the past 15 days

    For a little bit of context, based on how you created the payment Intents, you should call another API request to confirm the payment intent. However, it looks like you are relying to webhook events which in this case, still in pending due to error “evt_3O7ubFFsu59LGyjF1o2QWEh2”

    UNQUOTE

    Below is the system status report, I’ve also attached 1 log regarding the webhooks delivery, not sure if it’s related to this issue, please help to check:

    ` WordPress Environment
    
    WordPress address (URL): https://www.sweetasdecor.co.nz
    Site address (URL): https://www.sweetasdecor.co.nz
    WC Version: 7.7.2
    REST API Version: ? 7.7.2
    WC Blocks Version: ? 10.0.6
    Action Scheduler Version: ? 3.5.4
    Log Directory Writable: ?
    WP Version: 6.3.2
    WP Multisite: –
    WP Memory Limit: 768 MB
    WP Debug Mode: –
    WP Cron: –
    Language: en_NZ
    External object cache: – Server Environment
    
    Server Info: Apache
    PHP Version: 7.4.33
    PHP Post Max Size: 256 MB
    PHP Time Limit: 120
    PHP Max Input Vars: 3000
    cURL Version: 7.85.0
    OpenSSL/3.0.9
    
    SUHOSIN Installed: –
    MySQL Version: 5.7.39-42-log
    Max Upload Size: 256 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ? Database
    
    WC Database Version: 7.7.2
    WC Database Prefix: ywp_
    Total Database Size: 234.22MB
    Database Data Size: 149.33MB
    Database Index Size: 84.89MB
    ywp_woocommerce_sessions: Data: 27.02MB + Index: 0.06MB + Engine InnoDB
    ywp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ywp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    ywp_woocommerce_order_items: Data: 2.52MB + Index: 1.52MB + Engine InnoDB
    ywp_woocommerce_order_itemmeta: Data: 13.52MB + Index: 13.03MB + Engine InnoDB
    ywp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    ywp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ywp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ywp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ywp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_actionscheduler_actions: Data: 3.14MB + Index: 2.50MB + Engine InnoDB
    ywp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_actionscheduler_logs: Data: 2.14MB + Index: 2.52MB + Engine InnoDB
    ywp_aioseo_notifications: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    ywp_aioseo_posts: Data: 0.03MB + Index: 0.02MB + Engine InnoDB
    ywp_cashback_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ywp_comments: Data: 7.52MB + Index: 9.09MB + Engine InnoDB
    ywp_ddwcwm_cashback_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_ddwcwm_transactions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_e_notes: Data: 0.02MB + Index: 0.17MB + Engine InnoDB
    ywp_e_notes_users_relations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ywp_e_submissions: Data: 0.19MB + Index: 0.41MB + Engine InnoDB
    ywp_e_submissions_actions_log: Data: 0.06MB + Index: 0.11MB + Engine InnoDB
    ywp_e_submissions_values: Data: 0.14MB + Index: 0.03MB + Engine InnoDB
    ywp_gla_attribute_mapping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_gla_budget_recommendations: Data: 0.22MB + Index: 0.14MB + Engine InnoDB
    ywp_gla_merchant_issues: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
    ywp_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ywp_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_options: Data: 10.50MB + Index: 0.47MB + Engine InnoDB
    ywp_pmxi_files: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_pmxi_hash: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_pmxi_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_pmxi_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_pmxi_imports: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_pmxi_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_pmxi_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_postmeta: Data: 61.59MB + Index: 42.14MB + Engine InnoDB
    ywp_posts: Data: 7.52MB + Index: 3.56MB + Engine InnoDB
    ywp_termmeta: Data: 0.13MB + Index: 0.17MB + Engine InnoDB
    ywp_terms: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    ywp_term_relationships: Data: 0.22MB + Index: 0.19MB + Engine InnoDB
    ywp_term_taxonomy: Data: 0.11MB + Index: 0.03MB + Engine InnoDB
    ywp_usermeta: Data: 3.52MB + Index: 4.03MB + Engine InnoDB
    ywp_users: Data: 0.16MB + Index: 0.14MB + Engine InnoDB
    ywp_viwec_clicked: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_wallet_transactions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_wallet_verification_code: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_wcpdf_invoice_number: Data: 0.25MB + Index: 0.00MB + Engine InnoDB
    ywp_wc_admin_notes: Data: 0.11MB + Index: 0.00MB + Engine InnoDB
    ywp_wc_admin_note_actions: Data: 0.08MB + Index: 0.02MB + Engine InnoDB
    ywp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_wc_customer_lookup: Data: 1.52MB + Index: 0.41MB + Engine InnoDB
    ywp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ywp_wc_order_coupon_lookup: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    ywp_wc_order_product_lookup: Data: 1.52MB + Index: 1.23MB + Engine InnoDB
    ywp_wc_order_stats: Data: 1.52MB + Index: 0.63MB + Engine InnoDB
    ywp_wc_order_tax_lookup: Data: 0.42MB + Index: 0.34MB + Engine InnoDB
    ywp_wc_product_attributes_lookup: Data: 0.06MB + Index: 0.05MB + Engine InnoDB
    ywp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_wc_product_meta_lookup: Data: 0.16MB + Index: 0.33MB + Engine InnoDB
    ywp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_wc_reserved_stock: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    ywp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_wdr_order_discounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_wdr_order_item_discounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_wdr_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_wfpklist_template_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_woo_shippment_provider: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    ywp_woo_wallet_transactions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_woo_wallet_transaction_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ywp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ywp_wpforms_tasks_meta: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    ywp_wpie_template: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
    ywp_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ywp_yoast_indexable: Data: 1.52MB + Index: 0.33MB + Engine InnoDB
    ywp_yoast_indexable_hierarchy: Data: 0.06MB + Index: 0.05MB + Engine InnoDB
    ywp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ywp_yoast_primary_term: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    ywp_yoast_prominent_words: Data: 0.08MB + Index: 0.17MB + Engine InnoDB
    ywp_yoast_seo_links: Data: 0.17MB + Index: 0.11MB + Engine InnoDB Post Type Counts
    
    attachment: 3261
    customize_changeset: 5
    e-landing-page: 4
    elementor_font: 2
    elementor_library: 37
    etheme_portfolio: 12
    mc4wp-form: 1
    nav_menu_item: 116
    page: 18
    pewc_field: 2
    post: 5
    product: 625
    product_variation: 430
    revision: 22
    shop_coupon: 19
    shop_order: 6159
    shop_order_refund: 73
    staticblocks: 2
    thank_you: 1
    viwec_template: 14 Security
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ? Active Plugins (43)
    
    Afterpay Gateway for WooCommerce: by Afterpay – 3.5.3
    Classic Editor: by WordPress Contributors – 1.6.2
    Customer Reviews for WooCommerce: by CusRev – 4.38
    Google Tag Manager for WordPress: by Thomas Geiger – 1.14.2
    Easy WP SMTP: by wpecommerce
    alexanderfoxc – 1.4.7
    
    Elementor Pro: by Elementor.com – 3.13.2
    Elementor: by Elementor.com – 3.13.4
    XStore Core: by 8theme – 5.0.3
    Facebook for WooCommerce: by Facebook – 3.0.11
    Google Listings and Ads: by WooCommerce – 2.3.8
    Site Kit by Google: by Google – 1.44.0
    Head, Footer and Post Injections: by Stefano Lissa – 3.2.3
    Insert Headers and Footers: by WPBeginner – 1.6.0
    Jetpack: by Automattic – 10.7
    MC4WP: Mailchimp for WordPress: by ibericode – 4.8.6
    Microsoft Advertising Universal Event Tracking (UET): by Microsoft Corporation – 1.0.5
    Social Login: by OneAll Social Login – 5.7
    WP Options Importer: by Matthew Boynes – 5
    POLi Payments for WooCommerce: by Merco – 5.2.5
    Product Video Gallery for Woocommerce: by NikHiL Gadhiya – 1.4.1.5
    reCaptcha for WooCommerce: by I Thirteen Web Solution – 2.45
    Speed Optimizer: by SiteGround – 7.4.3
    SVG Support: by Benbodhi – 2.3.19
    Category Order and Taxonomy Terms Order: by Nsp-Code – 1.5.7.7
    Tidio Chat: by Tidio Ltd. – 6.0.3
    traderunner: by Trade Me – 3.11
    UpdraftPlus - Backup/Restore: by UpdraftPlus.com
    DavidAnderson – 1.22.12
    
    Advanced Shipment Tracking for WooCommerce: by zorem – 3.2.9
    Woo Discount Rules PRO 2.0: by Flycart – 2.3.8
    Woo Discount Rules: by Flycart – 2.3.8
    Woo Import Export: by VJInfotech – 5.3.3
    Checkout Fields Manager for WooCommerce: by QuadLayers – 6.1.8
    WooCommerce Stripe Gateway: by WooCommerce – 7.6.1
    Pixel Manager for WooCommerce: by SweetCode – 1.19.4
    WooCommerce PayPal Payments: by WooCommerce – 1.7.0
    WooCommerce PDF Invoices & Packing Slips: by Ewout Fernhout – 2.10.1
    WooCommerce: by Automattic – 7.7.2
    Yoast SEO Premium: by Team Yoast – 20.3
    Yoast SEO: by Team Yoast – 20.3
    WP-CFM: by Forum One – 1.7.3
    WPForms Lite: by WPForms – 1.7.0
    Yoast SEO: WooCommerce: by Team Yoast – 15.6
    Smart Coupons for WooCommerce: by WebToffee – 1.3.4 Inactive Plugins (5)
    
    WooCommerce Google Analytics Integration: by WooCommerce – 1.5.9
    WooCommerce Payments: by Automattic – 3.1.0
    WooCommerce PayPal Checkout Gateway: by WooCommerce – 2.1.3
    WP All Export - WooCommerce Export Add-On Pro: by Soflyy – 1.0.2
    YITH WooCommerce Wishlist: by YITH – 3.2.0 Settings
    
    API Enabled: –
    Force SSL: –
    Currency: NZD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: simple (simple)
    grouped (grouped)
    variable (variable)
    external (external)
    
    Taxonomies: Product Visibility: rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    exclude-from-search (exclude-from-search)
    exclude-from-catalog (exclude-from-catalog)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    
    Connected to WooCommerce.com: ?
    Enforce Approved Product Download Directories: –
    HPOS feature screen enabled: –
    HPOS feature enabled: –
    Order datastore: WC_Order_Data_Store_CPT
    HPOS data sync enabled: – WC Pages
    
    Shop base: #9 - /shop/
    Cart: #10 - /cart/
    Checkout: #7 - /checkout/
    My account: #11 - /my-account/
    Terms and conditions: ? Page not set Theme
    
    Name: XStore Child
    Version: 1.0
    Author URL: https://8theme.com
    Child Theme: ?
    Parent Theme Name: XStore
    Parent Theme Version: 9.0.3
    Parent Theme Author URL: https://www.8theme.com
    WooCommerce Support: ? Templates
    
    Overrides: xstore/woocommerce/archive-product.php
    xstore/woocommerce/cart/cart-empty.php
    xstore/woocommerce/cart/cart-item-data.php
    xstore/woocommerce/cart/cart-shipping.php
    xstore/woocommerce/cart/cart.php
    xstore/woocommerce/cart/cross-sells.php
    xstore/woocommerce/cart/mini-cart.php
    xstore/woocommerce/cart/proceed-to-checkout-button.php
    xstore/woocommerce/checkout/form-billing.php
    xstore/woocommerce/checkout/form-checkout.php
    xstore/woocommerce/checkout/form-shipping.php
    xstore/woocommerce/checkout/review-order.php
    xstore/woocommerce/checkout/thankyou.php
    xstore/woocommerce/content-product-cat.php
    xstore/woocommerce/content-product.php
    xstore/woocommerce/content-single-product.php
    xstore/woocommerce/content-widget-product.php
    xstore/woocommerce/content-widget-reviews.php
    xstore-child/woocommerce/emails/admin-new-order.php
    xstore/woocommerce/global/breadcrumb.php
    xstore/woocommerce/global/form-login.php
    xstore/woocommerce/global/wrapper-end.php
    xstore/woocommerce/global/wrapper-start.php
    xstore/woocommerce/loop/loop-end.php
    xstore/woocommerce/loop/loop-start.php
    xstore/woocommerce/loop/no-products-found.php
    xstore/woocommerce/loop/result-count.php
    xstore/woocommerce/myaccount/dashboard.php
    xstore/woocommerce/myaccount/form-login.php
    xstore/woocommerce/myaccount/navigation.php
    xstore/woocommerce/single-product/add-to-cart/simple.php
    xstore/woocommerce/single-product/meta.php
    xstore/woocommerce/single-product/product-image.php
    xstore/woocommerce/single-product/related.php
    xstore/woocommerce/single-product/tabs/tabs.php
    xstore/woocommerce/single-product/title.php
    xstore/woocommerce/single-product/up-sells.php
    xstore/woocommerce/single-product.php WooCommerce PayPal Payments
    
    Onboarded: ?
    Shop country code: NZ
    WooCommerce currency supported: ?
    PayPal card processing available in country: –
    Pay Later messaging available in country: –
    Webhook status: –
    Vault enabled: ?
    Logging enabled: –
    Reference Transactions: –
    Used PayPal Checkout plugin: ? Admin
    
    Enabled Features: activity-panels
    analytics
    coupons
    customer-effort-score-tracks
    import-products-task
    experimental-fashion-sample-products
    shipping-smart-defaults
    shipping-setting-tour
    homescreen
    marketing
    mobile-app-banner
    navigation
    onboarding
    onboarding-tasks
    remote-inbox-notifications
    remote-free-extensions
    payment-gateway-suggestions
    shipping-label-banner
    subscriptions
    store-alerts
    transient-notices
    woo-mobile-welcome
    wc-pay-promotion
    wc-pay-welcome-page
    
    Disabled Features: product-block-editor
    minified-js
    new-product-management-experience
    product-variation-management
    settings
    
    Daily Cron: ? Next scheduled: 2023-11-03 03:21:20 +13:00
    Options: ?
    Notes: 191
    Onboarding: completed Action Scheduler
    
    Complete: 7,375
    Oldest: 2023-10-02 20:01:08 +1300
    Newest: 2023-11-02 20:01:06 +1300
    
    Failed: 365
    Oldest: 2021-11-01 19:36:43 +1300
    Newest: 2023-10-16 12:23:24 +1300
    
    Pending: 9
    Oldest: 2023-11-02 21:28:03 +1300
    Newest: 2023-11-09 15:54:40 +1300 Status report information
    
    Generated at: 2023-11-02 20:14:33 +13:00
    `

    Log of the lastest Webhooks Delivery:

    2023-10-29T00:34:57+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => aa549e2b0ac0db7ffadb30d84cb5115f
    [Date] => Oct 29, 2023 @ 0:34
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.22416
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => HPmsiIc1+ZmaszpmyrmfDWCOzMwrp9uzhmpb6k9OSjc=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => aa549e2b0ac0db7ffadb30d84cb5115f
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 00:34:56 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=80CD2111D7B3BF24ACEE75B7A1DD53FE; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T00:34:58+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 24d7336c23fa0b03b4ac2d2a278c6d6a
    [Date] => Oct 29, 2023 @ 0:34
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74589
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => BmDEzNcIcaz8l4ZJLMaeb275Pp36C0NsKSnO5TiaIMo=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 24d7336c23fa0b03b4ac2d2a278c6d6a
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 00:34:58 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=D432B2914D4390D11D5E632C0677BC7D; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T00:36:15+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 85b08c5d36fb1edf5fe48a110cb32949
    [Date] => Oct 29, 2023 @ 0:36
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.99884
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => SOjt1zZ9jMuYNR1mdaY9F4WK+g37HgoAsK/cAakkfak=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 85b08c5d36fb1edf5fe48a110cb32949
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 00:36:15 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=28A460EE7DC8F33A89D9A6360DFBCDD5; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T00:40:33+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 7c6ad41f0ab7d1c406bc2183498ab34d
    [Date] => Oct 29, 2023 @ 0:40
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.18875
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => M23tPkICFASEFNNoknRAV/RuTd0MrzyFkZvz4yv0ius=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 7c6ad41f0ab7d1c406bc2183498ab34d
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 00:40:33 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=F666A745D31A14BBD4910F17D3862506; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T01:18:13+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => d77aa6baf3547ea66292a25f4563f7d9
    [Date] => Oct 29, 2023 @ 1:18
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.23284
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => P2MG+54fy4mKn7CPaMgg6Yi1rFo/6kiqo956EWeRbNo=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => d77aa6baf3547ea66292a25f4563f7d9
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 01:18:13 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=1254F80811947D7D889AFF4E757DE8B0; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T01:54:23+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 1f196912fc7082b07509ad66e0e90466
    [Date] => Oct 29, 2023 @ 1:54
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.20251
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => yv7cV7700W2E4WwrUOcDlGA5ZVisTckraD7MskQAys0=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 1f196912fc7082b07509ad66e0e90466
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 01:54:23 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=BCBA4C285BDE3DC1C1B409770C0295B3; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T02:01:24+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 4227ff1fa03e5d9aede9d5ebdb51a38a
    [Date] => Oct 29, 2023 @ 2:01
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.25907
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => a1JpFIELvk90VfAqPnAEHyhRmTsyIzIN93SiB6TZAQI=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 4227ff1fa03e5d9aede9d5ebdb51a38a
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 02:01:23 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=8AC0B4A2BF4363502A9A414CA012820B; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T02:14:21+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => b90a25a932f76802dbef6620620007ed
    [Date] => Oct 29, 2023 @ 2:14
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.03039
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => d7ms62Sgzp2dWCgNAtLco0ByMC+XkNfa3aFWIG3Tbh8=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => b90a25a932f76802dbef6620620007ed
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 02:14:21 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=EFA53236714573E961789D9B4C090DA6; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T02:20:51+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 12102cd1ac36ff1fb2a8377c849da65a
    [Date] => Oct 29, 2023 @ 2:20
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.22749
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => LVK1HaI0ftz7nwB8PVYXBataQp4KCi11unRE+bTQKnE=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 12102cd1ac36ff1fb2a8377c849da65a
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 02:20:51 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=EFD0813335832A4A07928478F80797DD; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T02:20:53+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => ab84c8faef00a4a9b914c4ef1c42f1e1
    [Date] => Oct 29, 2023 @ 2:20
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74833
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => AHH1mpBaikO58sjVK7BUt2UbvCbSYF+2wHGA1Z/tEGo=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => ab84c8faef00a4a9b914c4ef1c42f1e1
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 02:20:53 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=B269D38DFC9C90DA49C44729065274BE; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T02:25:32+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => a942b13ad35d9de8c9bea6cf24d4bb56
    [Date] => Oct 29, 2023 @ 2:25
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.21239
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => hPk1wEPWdKcOBM3ohi6fNDi9XUxJT7YVYpL+en7ztzc=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => a942b13ad35d9de8c9bea6cf24d4bb56
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 02:25:32 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=106BC27BAF1A656A3F77FD77AC1D5D1D; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T02:25:34+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 0af433573b4cc387303607397b0c87ca
    [Date] => Oct 29, 2023 @ 2:25
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.77369
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => P46oyhB6425M84FVd3SFYgScE0DGEWR4WjmmXKSRnXg=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 0af433573b4cc387303607397b0c87ca
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 02:25:34 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=752CB50281625D48AC4E995AE0177D76; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T02:25:35+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 7ed7a2db5d61f7e0c5fbd0640e1f9793
    [Date] => Oct 29, 2023 @ 2:25
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.97234
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => YjMt2wRXQFNMYszlRfu7r3cjr8Ym0yLpHPTXClPtaSs=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 7ed7a2db5d61f7e0c5fbd0640e1f9793
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 02:25:35 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=A2E0FDCF5623B83963397DA758DAB741; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T02:25:37+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 3aac4c90d0662978244a51cf5975fb7a
    [Date] => Oct 29, 2023 @ 2:25
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.96935
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => mbj+PFjWgFhLsv2SVMWb6dOaBNX74YzlIKYq5sMDW9Y=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 3aac4c90d0662978244a51cf5975fb7a
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 02:25:37 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=BF56C69EB785663CCBAE80EA71C4FAFB; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T02:31:12+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 7fea9e187912e08e06763ad01fd904bb
    [Date] => Oct 29, 2023 @ 2:31
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.32949
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => TKDmdWDVO01WhMOPXrhP6SHj8LOD0Tf5HeB92L5oEjE=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 7fea9e187912e08e06763ad01fd904bb
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 02:31:12 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=C4C1EE79D89D9C1C2A35885220998C29; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T03:22:45+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 7bd92792fce1176669279a06c0b52620
    [Date] => Oct 29, 2023 @ 3:22
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.27247
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => ERd6BbTf4h2KQUl/aYa8dbpEd2iQ3EmRLcWtBWuTFNU=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 7bd92792fce1176669279a06c0b52620
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 03:22:45 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=B590072D8528B5E9B1C2EB53D2A67056; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T03:22:47+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => e4d8adcc256e65c8492370ad11908b49
    [Date] => Oct 29, 2023 @ 3:22
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.75642
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => yFjQ8W5NFobAfhmiEj1i7+PLTjCnpS2JAJ/V/bxscEM=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => e4d8adcc256e65c8492370ad11908b49
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 03:22:46 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=72C2785203F69D686D8EC70B3977AA00; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T03:22:48+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 47a873dc4a773c50b086688ddae791c4
    [Date] => Oct 29, 2023 @ 3:22
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.93256
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => nQ4qsPCEoF3jGPieUs+pM/2yI76jVlh7xt8CV1PYkBY=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 47a873dc4a773c50b086688ddae791c4
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 03:22:48 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=63CB5D6E1BA0B005058BE14F812960AC; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T03:22:50+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 2f5117c02fbf3a5def504816e1a4fbf0
    [Date] => Oct 29, 2023 @ 3:22
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.96236
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => rP2VSyJUEdgVImMY3CKy27ubEViq6ysGH0tPQ7qc3Xk=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 2f5117c02fbf3a5def504816e1a4fbf0
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 03:22:50 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=55F043B2B4793DDAF0D7A31E0794CF8C; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T04:46:01+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 4666838367cda879376d7a18bd21eb85
    [Date] => Oct 29, 2023 @ 4:46
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.22149
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => T99B5HeIOji/VkJn73iVv4oIbPj5D2CdCa8K98gZhJ4=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 4666838367cda879376d7a18bd21eb85
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 04:46:01 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=9CD0B0578D45481C7067CD5D86A744A3; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T05:32:43+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 82506adc0118ea8c3881e955bb9b6efa
    [Date] => Oct 29, 2023 @ 5:32
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.01671
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => vVy7CADs2ngvySPbMOKZ+aB+58aP5OvNM++sqPWQ7WU=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 82506adc0118ea8c3881e955bb9b6efa
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 05:32:43 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=9EDB6AB1B624F9CFD2872C1CC041800E; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T05:32:45+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => ef526d05695fa8d7d08011cbaba819d6
    [Date] => Oct 29, 2023 @ 5:32
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.7531
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => ua6Kr9ndBsMJcvuXv/8v24lnjQOdqhSnVW6S9J6VFPg=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => ef526d05695fa8d7d08011cbaba819d6
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 05:32:45 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=706FDEF36232E06549AF76D71E239E27; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T06:21:02+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 67cc3c873e8accc69b66729fb4de084f
    [Date] => Oct 29, 2023 @ 6:21
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.28373
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => FEQMEqtFy1nb1xq4lTp1EeYpd12JBoJUrmNHrcRbAgo=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 67cc3c873e8accc69b66729fb4de084f
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 06:21:02 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=D65A88AB4CA00919997DE1A61C262981; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T07:00:09+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => e8e3c18ef71dbc801fb03f4dd262ae20
    [Date] => Oct 29, 2023 @ 7:00
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.76315
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => ZoVbFgPEB4cKeIdGhe20ILE6wKY1pvSgj5AXpgUoKv4=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => e8e3c18ef71dbc801fb03f4dd262ae20
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 07:00:09 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=47A8E309DD06BF31C2A3DB73E8731759; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T07:00:10+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 6177e5d9c01255eb5cddfe09c63a0a9c
    [Date] => Oct 29, 2023 @ 7:00
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.75255
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => il/TwoDWhpeAMpwBFLTpey05rrkpbzXk6bxQS83in5U=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 6177e5d9c01255eb5cddfe09c63a0a9c
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 07:00:10 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=C3CA7DE9601DB0C30E7A3D6D1B056748; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T07:00:12+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 2700b165471d86d6237e7597dd4d8cbb
    [Date] => Oct 29, 2023 @ 7:00
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.76107
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => TaM3zjVbj6XmJQ8HJ5X3HxXd7dpOTaq/JB7ivZZWgc8=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 2700b165471d86d6237e7597dd4d8cbb
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 07:00:12 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=3D6D0ACE413CEDD7E92EF728E5F97715; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T07:47:40+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => bb081b3e11db2f08371c7b649cdef11d
    [Date] => Oct 29, 2023 @ 7:47
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.02798
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => YbyxULMt6/1ZgmWMMn+JMCgG5D6e5w4FOlBSfA6lLYE=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => bb081b3e11db2f08371c7b649cdef11d
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 07:47:40 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=638F98701983177008688B7249B3FFD0; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T09:23:46+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => a13c00570f333e1042ca160ec5aa7cf6
    [Date] => Oct 29, 2023 @ 9:23
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.0154
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => w5A8z+7PucusNJfCfU+2Q3bElywdUn5RTJWOhFZcoPk=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => a13c00570f333e1042ca160ec5aa7cf6
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 09:23:46 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=546AB2EE06CD7D4DDC8086E5C12C423C; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T09:23:51+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 08d269cd1b75a1a5949eb49defaeb58d
    [Date] => Oct 29, 2023 @ 9:23
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74026
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => YnWtODiKGs4mgNeHr5Z9L/f0fJQMKqNytL+XX/JgJKU=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 08d269cd1b75a1a5949eb49defaeb58d
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 09:23:51 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=F01143C7438F9499EF8CD7AB075FBB21; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T09:34:08+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 6a69805e307891c42363b520b1461ae7
    [Date] => Oct 29, 2023 @ 9:34
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.02125
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => aluzqOK9LGr5gcIIfngYF/4Bug7ue1aDmGxkeJL0i8M=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 6a69805e307891c42363b520b1461ae7
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 09:34:08 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=BE22D4AA2B2092F9472E13FA968DB468; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T09:43:03+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => b9ab620ed2a78a8abd84e3988a394f27
    [Date] => Oct 29, 2023 @ 9:43
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.04145
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => dJqfD+fUVg4Vo9tjHZhnvw8pjoBFG6DzAs/e68ZfCyU=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => b9ab620ed2a78a8abd84e3988a394f27
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 09:43:03 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=6330ABB2C8644C5506AA4AA77E9F6EB9; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T09:43:04+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => fc85d1ae845a7118d187baaf42e432e1
    [Date] => Oct 29, 2023 @ 9:43
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74021
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => kM7FUQbU27i8Liz+OyKWrYsp7FlLVNdWNG7AXOYAR5s=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => fc85d1ae845a7118d187baaf42e432e1
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 09:43:04 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=A1C892FEC70F1C992075BA46BCBCF3B4; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T10:13:40+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 033af5ff438d89e9983415f6e750c820
    [Date] => Oct 29, 2023 @ 10:13
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.03638
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => g2f9OmPsvlYzf7XIrftSlXKgaU6P5pPmOChmpEDraVY=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 033af5ff438d89e9983415f6e750c820
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 10:13:40 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=0B64133D2EEAAD0EE6E62A29215C6ED1; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T10:13:42+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => bc566a0637ef5f25a3092b315cdbfc50
    [Date] => Oct 29, 2023 @ 10:13
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.9303
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => XKBMOUnO0bosC2kl5EeoWqjWT9EOSNrtj1YwL9SRAb4=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => bc566a0637ef5f25a3092b315cdbfc50
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 10:13:42 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=AE1A723B3719B6E23BE2AC538F33647F; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T10:13:44+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 0eb5da3c2f89259fe38f8a83105294de
    [Date] => Oct 29, 2023 @ 10:13
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.92283
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => H7jRjIEOvKFPU2LUV3w5Oemvg/y7MXwV0NbFAD0iQHk=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 0eb5da3c2f89259fe38f8a83105294de
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 10:13:44 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=6144DA955B738BCB01C94C95E4FA5B38; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T10:13:45+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 2437eecd2b061c92b18f98c1a2f7305e
    [Date] => Oct 29, 2023 @ 10:13
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74438
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => V1yAUurnqPxHOlMatOfyFH7/tCCN0TdAW0T/OeWWH+8=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 2437eecd2b061c92b18f98c1a2f7305e
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 10:13:45 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=F08CFB8F541CC72369433A3B11FD2845; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T10:13:47+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 6064e6befd7e868de009e386ca94311d
    [Date] => Oct 29, 2023 @ 10:13
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74815
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => 9SEfFrYJHKNWPsFwjW7AR68uZyKeSHUQGgduB2gU5N4=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 6064e6befd7e868de009e386ca94311d
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 10:13:46 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=547CCF5646F64E13029FAF163C6769EA; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T10:13:48+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 304f8dc72f51f2159b51ca4778e58af7
    [Date] => Oct 29, 2023 @ 10:13
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74566
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => xKPR67WBTeTzmuw8aoVfNJJq4KS6Ucs7gN75u8MRcAo=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 304f8dc72f51f2159b51ca4778e58af7
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 10:13:48 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=504EF0BFA027C4D64418E8BB36CDCDFC; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T10:13:50+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 7be22617977162ee7c01a81eacbbdbf7
    [Date] => Oct 29, 2023 @ 10:13
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.9237
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => HoLIBHrks2fO60H76xpRAC28FVlsUx7WvLqa3nWtjI4=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 7be22617977162ee7c01a81eacbbdbf7
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 10:13:50 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=D4E078BD2A2944E8C03FDBCB0922140B; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T10:13:51+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 6f8b9e57e62b1a7b91dc49b43f944a41
    [Date] => Oct 29, 2023 @ 10:13
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74101
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => Bl+xr6LOfa/hwCTDMnyGVuhrKCNbjKFC4wTIGDEGzUc=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 6f8b9e57e62b1a7b91dc49b43f944a41
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 10:13:51 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=7E9080ABAE38E0BD04CD97AEB6CD2042; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T18:05:19+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 3fc695f6ff70890d68bee6225d1c267c
    [Date] => Oct 29, 2023 @ 18:05
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.17481
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => CjCPuSR61Q3FqjX666JRjuw/+9/PQrosdt+EyCySyhk=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 3fc695f6ff70890d68bee6225d1c267c
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 18:05:19 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=F68228DE84AD818D79CBD68039D4671F; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T18:05:21+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => a677ea3f8dd6aea35534666d96089650
    [Date] => Oct 29, 2023 @ 18:05
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.95198
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => 3LyGUrpoclI7GGEAF3DLg4iB59iFpoobEQnjJLhFKBc=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => a677ea3f8dd6aea35534666d96089650
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 18:05:21 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=5737C1D38800D4510E2E0D9F1304CF0B; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T18:05:22+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => d188be788fef99f6127007ad5ae04845
    [Date] => Oct 29, 2023 @ 18:05
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.92449
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => oOMZZvf7LC7Zkhb7sd3e3TrsWtNFGrpskh66zVhzB6k=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => d188be788fef99f6127007ad5ae04845
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 18:05:22 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=E49C2470AFAF8919C4C4057F6D4E867A; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T18:25:09+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => fdf2be83234cb5f1be051c2e7c77745f
    [Date] => Oct 29, 2023 @ 18:25
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.19704
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => G9W5pkln7CdH/R8L1dlG4aSNLBrX2WCexTrBwffYvB4=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => fdf2be83234cb5f1be051c2e7c77745f
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 18:25:09 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=1B8DF100C4F36DB69B824A7F7004F259; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T19:23:52+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 343a965c419b700e6b4f82e161bac2ac
    [Date] => Oct 29, 2023 @ 19:23
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.18965
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => wAA4QOOxqzv/hmayVu8OxGVaElSFNzzA6/uJUFqMfTU=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 343a965c419b700e6b4f82e161bac2ac
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 19:23:52 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=2CDC76F6ADABAB3FA30FF53C5235EFE7; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T19:23:53+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => dc400c5a2706aaccaee2e70e90055f30
    [Date] => Oct 29, 2023 @ 19:23
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.91749
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => frNYDC7LJy90PFgKyiqof/p/HsJ1cvZRhsYW5n48cNI=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => dc400c5a2706aaccaee2e70e90055f30
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 19:23:53 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=A082049C9C4C76C8BD28F7D7857342D4; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T19:23:55+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 235d17338b082754d2828e758dd2e510
    [Date] => Oct 29, 2023 @ 19:23
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.92272
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => bV3PFIZ6Ie8JgO77fTkBUGO5GPKRYTeTudBoP25DHV0=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 235d17338b082754d2828e758dd2e510
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 19:23:55 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=275590648B434D17BEA88592A047F2E0; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T20:04:50+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 1350d7ced56cb05baa7d87670c0b79a6
    [Date] => Oct 29, 2023 @ 20:04
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.17642
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => P7M25p+MM+BS57diVfjjk5dTRYUWcdqT/CgUGtIoPNQ=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 1350d7ced56cb05baa7d87670c0b79a6
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 20:04:50 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=7A1603B1DB9BCA34B86DCCF0A85BABAA; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T20:46:30+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 8f4756a817e716cb83969a3f177769c0
    [Date] => Oct 29, 2023 @ 20:46
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.00741
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => hOKc2hXY+IcMBJTIvfwzeAfAeVJN2T5iPnEd+gIU8k4=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 8f4756a817e716cb83969a3f177769c0
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 20:46:30 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=A277E6F85082CC4EBB0EFD842B44632D; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T20:46:32+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => eec0c6565495bc80654ba255df9f3477
    [Date] => Oct 29, 2023 @ 20:46
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.93572
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => UmcsEdxtnF3hdMJ9jjl+iMuJiAmOpS8eliY3zemm1To=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => eec0c6565495bc80654ba255df9f3477
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 20:46:32 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=3397C60F260702A1AE5637328D340E1F; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T20:46:34+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 9c939a0df1c0542558a3020096982680
    [Date] => Oct 29, 2023 @ 20:46
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.92328
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => 5R7fe+VgsqWcIJHlGOnF3yO00MSx8uSKWSHclthf9is=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 9c939a0df1c0542558a3020096982680
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 20:46:34 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=20A39CC549D946B5AADC29824F350EEA; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T20:46:35+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 365d15f8231d620612d47a6ce5cf9be0
    [Date] => Oct 29, 2023 @ 20:46
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.75191
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => FfFRBkOLL/80whwcfMF1F0Df1nNYnbopQCAaIvpTvio=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 365d15f8231d620612d47a6ce5cf9be0
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 20:46:35 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=5D90D4001D27CD7343E1E25FFA7A9516; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T20:46:37+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 763c8942a8d13393a0b3e9b65fe2a541
    [Date] => Oct 29, 2023 @ 20:46
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74054
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => DoOyEfN0GrqC1pUA8i2D+8J/u3MhX8mq6/dmaZoYr/I=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 763c8942a8d13393a0b3e9b65fe2a541
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 20:46:37 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=CAE4CDD000503871012C2B68B76A936D; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T20:46:38+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => cecd22c42a3513320111ae41ce7386c7
    [Date] => Oct 29, 2023 @ 20:46
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74592
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => Afg6takKxu91xCNJrlonetB/2fuI0K8xtXQnKtBptoE=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => cecd22c42a3513320111ae41ce7386c7
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 20:46:38 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=33C6DC5A07A08A91F78F8A2BAE542FAF; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T20:46:40+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 760e99ccf8a6d063d900a2fa3942f324
    [Date] => Oct 29, 2023 @ 20:46
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.93067
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => tW0wRhExAuwCXS2hTwxgYyES1Vj0ezI8Lvqj7ctPHvI=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 760e99ccf8a6d063d900a2fa3942f324
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 20:46:40 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=510A4A0BE7EED3D8819376AA1E64B61E; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T20:46:41+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 2d81c66e9dfc81f2b67d45cdb0b92ee3
    [Date] => Oct 29, 2023 @ 20:46
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74944
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => 5hLy0qgeNi7qS1/Nkq4j+kaQKctNs7RxCL2birPXRx0=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 2d81c66e9dfc81f2b67d45cdb0b92ee3
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 20:46:41 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=116E8F67A3FED104D84B1BF2F68E28F4; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T21:04:07+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => a3d29789dda4b9c0a3b2c562f50f446d
    [Date] => Oct 29, 2023 @ 21:04
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.18173
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => lI7X1/64LoOIMH3Dry7ftwmJM8RWbILmvG7KUmQ6h8U=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => a3d29789dda4b9c0a3b2c562f50f446d
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 21:04:07 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=BB9860D685A591231BD200C37F77F4D6; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T21:08:17+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 3bd6de1b958e1e5e41b6966c31859b81
    [Date] => Oct 29, 2023 @ 21:08
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.22558
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => yQ2FmTaaGgJ9syC5RxIPi6O/eb1QNDvgaStrkbNpmJQ=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 3bd6de1b958e1e5e41b6966c31859b81
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 21:08:17 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=9E341C520E39972EA7BD331032274360; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T21:33:16+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => c76745558833a9d8c477552be005d08d
    [Date] => Oct 29, 2023 @ 21:33
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.18446
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => uPwoOxmLGfZMDGstb7BhRPCcquQrvL1x0aECed2bOXw=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => c76745558833a9d8c477552be005d08d
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 21:33:16 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=20FD5E18923C56559E524C9E16EFA77C; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T22:26:58+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => cd549a1f8cf832d102107bf8c12a9285
    [Date] => Oct 29, 2023 @ 22:26
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.21038
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => zXcLAfYOsa6whhzqDrKRZy6xDPNBvVNjVYyejvGvSKs=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => cd549a1f8cf832d102107bf8c12a9285
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 22:26:58 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=C6E145A90899A50B231DCE68E9853AB5; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T22:36:41+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => eaab2382d2a1c0a732358d101b1b9686
    [Date] => Oct 29, 2023 @ 22:36
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.21433
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => /W9K0oanebpORIyUnX+O72GksXChY5jEbVFm5ya+gv0=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => eaab2382d2a1c0a732358d101b1b9686
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 22:36:41 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=E38929A53DA56FFBA410ADEF19551CB0; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T22:36:42+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 405affa006112153033f67f97c388d92
    [Date] => Oct 29, 2023 @ 22:36
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.74653
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => SFDsDjrH289G3BNzanHMw4shLrv3/6Vm9pXm9Qhruoc=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 405affa006112153033f67f97c388d92
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 22:36:42 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=FAE2A80A1FA9A9E095E414FD1884878F; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T22:42:39+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => d14f8e02bc15fd48210167c9aa30deb4
    [Date] => Oct 29, 2023 @ 22:42
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.07854
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => TQVpVMJwD2HWMbafpRF0BVn0ssfx7fOBom6n/ra1Vxg=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => d14f8e02bc15fd48210167c9aa30deb4
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 22:42:38 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=69B6644E695826538F77AA6E85D9A1E0; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T22:42:40+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => fd2548cac985fc53c6060bdc58140868
    [Date] => Oct 29, 2023 @ 22:42
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.75591
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => R6gAKBH1/sKa30cD1hwtyy3WxNAuR4g6my27Kh91zG4=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => fd2548cac985fc53c6060bdc58140868
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 22:42:40 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=E42A4A9AAD5A51496438F600CFC98DBC; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T22:42:42+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => cb70c08222e34c412c184821fa0b0161
    [Date] => Oct 29, 2023 @ 22:42
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 0.75258
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => bYl2eQuhXgs8ItdTHA+C53VncMDp9oCyf0wPUjJzfFs=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => cb70c08222e34c412c184821fa0b0161
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 22:42:41 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=9B1F3283814A22DC1C9F5126A89D5462; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T23:04:00+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 5aad32bb857a48e13c7c16f4a1985af1
    [Date] => Oct 29, 2023 @ 23:04
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.19384
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => 1T4UBlYV4fUboy1JjKsoRjQVFbCpcY6LfdW2i81AJp8=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 5aad32bb857a48e13c7c16f4a1985af1
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 23:04:00 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=924F93D92E299035D681CB941D30D1F7; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T23:06:19+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => b63c194926356761a1a717d8e49c709c
    [Date] => Oct 29, 2023 @ 23:06
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.09556
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => Wu7W9nUD21iHROZja0m6yGGJPAh4HCxBaeVysevR2kY=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => b63c194926356761a1a717d8e49c709c
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 23:06:19 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=753D7B5157B13B81769BFE6F4C9B24A7; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    2023-10-29T23:23:19+00:00 INFO Array
    (
    [Webhook Delivery] => Array
    (
    [Delivery ID] => 15a41c648abdd5e1bd3ec5b6f9979faa
    [Date] => Oct 29, 2023 @ 23:23
    [URL] => https://m6.omnivore.com.au/wooCommerce/webhook?retailerCode=sweet-as-decor-nz
    [Duration] => 1.15076
    [Request] => Array
    (
    [Method] => POST
    [Headers] => Array
    (
    [User-Agent] => WooCommerce/7.7.2 Hookshot (WordPress/6.3.2)
    [Content-Type] => application/json
    [X-WC-Webhook-Source] => https://www.sweetasdecor.co.nz/
    [X-WC-Webhook-Topic] => product.updated
    [X-WC-Webhook-Resource] => product
    [X-WC-Webhook-Event] => updated
    [X-WC-Webhook-Signature] => eOAzgyBKmDLK8bx84gk+pREpvdLeBaXBEF4BLXb25Gg=
    [X-WC-Webhook-ID] => 11
    [X-WC-Webhook-Delivery-ID] => 15a41c648abdd5e1bd3ec5b6f9979faa
    )

                )
    
            [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
            [Response] => Array
                (
                    [Code] => 200
                    [Message] => OK
                    [Headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => nginx/1.10.3 (Ubuntu)
                                    [date] => Sun, 29 Oct 2023 23:23:19 GMT
                                    [content-type] => text/html;charset=utf-8
                                    [set-cookie] => JSESSIONID=0DCCBA28B5A637EFFD03062D000EE0CD; Path=/; Secure; HttpOnly
                                    [content-encoding] => gzip
                                )
    
                        )
    
                    [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                )
    
        )

    )

    Mirko P.

    (@rainfallnixfig)

    Hi?@miyabi703,

    Thanks for sending over your system status and Stripe logs.

    It sounds like a cache issue or an optimization setting that is causing that. Can you temporarily disable any caching/optimization plugins one at a time and double-check?

    External object cache: – Server Environment
    Speed Optimizer: by SiteGround – 7.4.3

    If the issue is still present, please run a full conflict test following our guide:

    https://woo.com/document/how-to-test-for-conflicts/

    Perhaps you could set up a staging site to monitor this behaviour without putting your current live site into maintenance status. If your host doesn’t offer that option, we recommend?WP Staging?for quickly spinning up a new test site.

    Lastly, if the issue persists, contact us internally at Woo.com > My Account > Support. You may need to log into your Woo.com account before you can access that page.

    Don’t forget to share your latest System Status and include a link to this forum thread, so that we can keep track of what’s already been done. The information included will help our support team narrow down the issue much quicker.

    Cheers.

    Thread Starter miyabi703

    (@miyabi703)

    Hi Mirko,

    Thank you for your swift response.

    I reached out to Siteground, the provider of the Speed Optimizer plugin. They reviewed the situation and indicated that the malfunction of Apple Pay is due to the ‘woocommerce-payments’ plugin being disabled. However, I’ve consistently been using the “WooCommerce Stripe Gateway” to facilitate both credit card payments and Apple Pay/Google Pay. Should I install and activate the “Woopayments” plugin to restore Apple Pay functionality? I was under the impression that both plugins offer comparable features, so I’m quite confused at the moment. Your guidance would be greatly appreciated.

    Thank you for your assistance.

    Mirko P.

    (@rainfallnixfig)

    Hello @miyabi703

    Welcome back to the WooCommerce Stripe support forum.

    Should I install and activate the “Woopayments” plugin to restore Apple Pay functionality?

    Actually, Apple Pay for Woo is available through?WooPayments,?Stripe,?Square, and other payment extensions. However, if the issue is not related to the payment gateway, you may still get the same results changing to WooPayments.

    Can you check that you’re still seeing this behaviour with merely WooCommerce, Stripe, and a default theme like Storefront active?

    It sounds like a staging site would be a good idea if you don’t want to test on your production site. If your host doesn’t offer that option, we recommend WP Staging for quickly spinning up a new test site.

    Please keep us updated on how things progress.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Apple Pay not working’ is closed to new replies.