Skip to content

Instantly share code, notes, and snippets.

@ali-cedcoss
Created October 7, 2021 11:45
Show Gist options
  • Save ali-cedcoss/29eb51850d8ef8221218834cb1da1211 to your computer and use it in GitHub Desktop.
Save ali-cedcoss/29eb51850d8ef8221218834cb1da1211 to your computer and use it in GitHub Desktop.
powerbody error and success response
<br />

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/uktsg/public_html/wp-content/plugins/woocommerce-fruugo-integration/admin/helper/class-product-fields.php on line 678

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/uktsg/public_html/wp-content/plugins/woocommerce-fruugo-integration/admin/helper/class-product-fields.php on line 686

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/uktsg/public_html/wp-content/plugins/woocommerce-fruugo-integration/admin/helper/class-product-fields.php on line 702

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/uktsg/public_html/wp-content/plugins/woocommerce-fruugo-integration/admin/helper/class-product-fields.php on line 708

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/uktsg/public_html/wp-content/plugins/woocommerce-fruugo-integration/admin/helper/class-product-fields.php on line 714
Array ( [id] => 415112 [status] => pending [currency_rate] => [transport_code] => [weight] => 3.6 [date_add] => 2021-10-07 11:27:41 [comment] => powebody order [shipping_price] => 0 [address] => Array ( [name] => Stuart [address1] => High Meadow House, Harpsden Woods Harpsden [address2] => [postcode] => RG9 4AE [city] => Henley-on-Thames [county] => United Kingdom (UK) [country_name] => United Kingdom (UK) [country_code] => United Kingdom (UK) [phone] => [email] => )

[products] => Array
    (
        [0] => Array
            (
                [product_id] => 260744
                [sku] => P31785
                [name] => Full Spectrum Lemon Balm, 500mg &#8211; 60 caps
                [qty] => 2
                [price] => 10.88
                [currency] => GB
                [tax] => 0
            )

    )

[api_response] => FAIL
[api_response_error] => Wrong country code
[message] => Wrong country code

)

<br />

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/uktsg/public_html/wp-content/plugins/woocommerce-fruugo-integration/admin/helper/class-product-fields.php on line 678

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/uktsg/public_html/wp-content/plugins/woocommerce-fruugo-integration/admin/helper/class-product-fields.php on line 686

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/uktsg/public_html/wp-content/plugins/woocommerce-fruugo-integration/admin/helper/class-product-fields.php on line 702

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/uktsg/public_html/wp-content/plugins/woocommerce-fruugo-integration/admin/helper/class-product-fields.php on line 708

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/uktsg/public_html/wp-content/plugins/woocommerce-fruugo-integration/admin/helper/class-product-fields.php on line 714
Array ( [id] => 415112 [status] => pending [currency_rate] => [transport_code] => [weight] => 3.6 [date_add] => 2021-10-07 11:40:20 [comment] => powebody order [shipping_price] => 0 [address] => Array ( [name] => Stuart [address1] => High Meadow House, Harpsden Woods Harpsden [address2] => [postcode] => RG9 4AE [city] => Henley-on-Thames [country_name] => United Kingdom [country_code] => GB [phone] => [email] => )

[products] => Array
    (
        [0] => Array
            (
                [product_id] => 260744
                [sku] => P31785
                [name] => Full Spectrum Lemon Balm, 500mg &#8211; 60 caps
                [qty] => 2
                [price] => 10.88
                [currency] => GB
                [tax] => 0
            )

    )

[api_response] => SUCCESS
[api_response_error] =>
[magento_order_increment_id] => 1871765
[product_statuses] => Array
    (
        [P31785] => 1
    )

)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment