Title: ixesse's Replies | WordPress.org

---

# ixesse

  [  ](https://wordpress.org/support/users/ixesse/)

 *   [Profile](https://wordpress.org/support/users/ixesse/)
 *   [Topics Started](https://wordpress.org/support/users/ixesse/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ixesse/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ixesse/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ixesse/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ixesse/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ixesse/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter - Send awesome emails from WordPress] “Subscriber not found”](https://wordpress.org/support/topic/subscriber-not-found-4/)
 *  [ixesse](https://wordpress.org/support/users/ixesse/)
 * (@ixesse)
 * [1 day, 8 hours ago](https://wordpress.org/support/topic/subscriber-not-found-4/#post-19029931)
 * Hello,
 * I’m also experiencing this bug. The link to the profile in the footer gives me
   the error ‘subscriber not found’.
 * I debugged it with the help of an AI. The error comes from line 234 of the profile/
   profile.php file, because `$user->_trusted` is never a setter.
 * Here are the two corrections the AI ​​suggested in the file: includes/module-
   base.php
 * 1. `get_user_by_key()` – (lines 437-439)
 *     ```wp-block-code
       $computed = md5($user->id . $user->token . $timestamp . $action);if (!hash_equals($computed, $signature)) {    return null;}// The subscriber proved its identity with a valid signed key// it is trusted to access/modify its own data.$user->_trusted = true;return $user;
       ```
   
 * 2. `get_user_by_old_key()` – (line 465)
 *     ```wp-block-code
       if (hash_equals($user_token, $token)) {    $user->_trusted = true;    return $user;}
       ```
   
 * [@michael-travan](https://wordpress.org/support/users/michael-travan/), Can you
   please check the fix is OK.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz GDPR/CCPA Cookie Consent Banner] Google Maps integration problem: The map does not appear after accepting cookies](https://wordpress.org/support/topic/google-maps-integration-problem-the-map-does-not-appear-after-accepting-cookies/)
 *  Thread Starter [ixesse](https://wordpress.org/support/users/ixesse/)
 * (@ixesse)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/google-maps-integration-problem-the-map-does-not-appear-after-accepting-cookies/#post-16731795)
 * Hi Jarno,
 * Thanks for your reply and sorry for the late reply. I haven’t had time to deal
   with this problem since last week.
 * I put the snippet code in the mu-plugins directory but unfortunately it doesn’t
   work any better.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway of PayPal for WooCommerce] Shipping costs are not sent over to PayPal](https://wordpress.org/support/topic/shipping-costs-are-not-sent-over-to-paypal/)
 *  Thread Starter [ixesse](https://wordpress.org/support/users/ixesse/)
 * (@ixesse)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/shipping-costs-are-not-sent-over-to-paypal/#post-15655919)
 * Hi [@webtoffee](https://wordpress.org/support/users/webtoffee/),
 * Thanks for your help in solving this issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway of PayPal for WooCommerce] Shipping costs are not sent over to PayPal](https://wordpress.org/support/topic/shipping-costs-are-not-sent-over-to-paypal/)
 *  Thread Starter [ixesse](https://wordpress.org/support/users/ixesse/)
 * (@ixesse)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/shipping-costs-are-not-sent-over-to-paypal/#post-15643654)
 * Hi [@webtoffee](https://wordpress.org/support/users/webtoffee/),
 * We have this piece of code in the functions.php of th child theme to disable 
   shipping cost on the cart page.
 *     ```
       function disable_shipping_calc_on_cart( $show_shipping ) {
           if( is_cart() ) {
               return false;
           }
           return $show_shipping;
       }
       add_filter( 'woocommerce_cart_ready_to_calc_shipping', 'disable_shipping_calc_on_cart', 99 );
       ```
   
 * I did a test, and indeed the shipping costs are correctly sent to paypal when
   this piece of code is disabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway of PayPal for WooCommerce] Shipping costs are not sent over to PayPal](https://wordpress.org/support/topic/shipping-costs-are-not-sent-over-to-paypal/)
 *  Thread Starter [ixesse](https://wordpress.org/support/users/ixesse/)
 * (@ixesse)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/shipping-costs-are-not-sent-over-to-paypal/#post-15631898)
 * Hi [@webtoffee](https://wordpress.org/support/users/webtoffee/) ,
 * Here is the log
 *     ```
       2022-05-10T08:34:51+00:00 DEBUG <------------------- WebToffee PayPal Express Payment ( Create Order API ) ------------------->
       {
           "intent": "CAPTURE",
           "application_context": {
               "brand_name": "Emma\u00fcs Toulouse",
               "locale": "fr-FR",
               "landing_page": "BILLING",
               "shipping_preference": "GET_FROM_FILE",
               "user_action": "PAY_NOW",
               "return_url": "https:\/\/emmaus.ixesse.fr\/wc-api\/Eh_PayPal_Express_Payment\/?c=order_details&p=https:\/\/emmaus.ixesse.fr\/e-boutique\/commander\/&intent=CAPTURE",
               "cancel_url": "https:\/\/emmaus.ixesse.fr\/e-boutique\/panier\/?cancel_order=true&order=wc_order_Ie0HTdSiHCIzi&order_id=13671&redirect=https%3A%2F%2Femmaus.ixesse.fr%2Fe-boutique%2Fcommander%2F&_wpnonce=41ca1b7a05&cancel_express_checkout=cancel"
           },
           "purchase_units": [
               {
                   "invoice_id": "EM31_13671",
                   "items": [
                       {
                           "name": "Le petit vintage",
                           "description": "",
                           "unit_amount": {
                               "currency_code": "EUR",
                               "value": 10
                           },
                           "quantity": 1
                       }
                   ],
                   "amount": {
                       "currency_code": "EUR",
                       "value": 10,
                       "breakdown": {
                           "item_total": {
                               "currency_code": "EUR",
                               "value": 10
                           },
                           "shipping": {
                               "currency_code": "EUR",
                               "value": 0
                           },
                           "tax_total": {
                               "currency_code": "EUR",
                               "value": 0
                           },
                           "shipping_discount": {
                               "currency_code": "EUR",
                               "value": 0
                           },
                           "discount": {
                               "currency_code": "EUR",
                               "value": 0
                           }
                       }
                   },
                   "shipping": {
                       "name": {
                           "full_name": "Alan webtoffee"
                       },
                       "address": {
                           "address_line_1": "testing11, testing11",
                           "address_line_2": "testing11",
                           "admin_area_2": "testing11",
                           "admin_area_1": "",
                           "postal_code": "91183",
                           "country_code": "FR"
                       }
                   }
               }
           ]
       }
       2022-05-10T08:34:52+00:00 DEBUG <------------------- WebToffee PayPal Express Payment ( Response on Create Order API ) ------------------->
       {
           "id": "9SJ9913324052522U",
           "status": "CREATED",
           "links": [
               {
                   "href": "https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/9SJ9913324052522U",
                   "rel": "self",
                   "method": "GET"
               },
               {
                   "href": "https:\/\/www.sandbox.paypal.com\/checkoutnow?token=9SJ9913324052522U",
                   "rel": "approve",
                   "method": "GET"
               },
               {
                   "href": "https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/9SJ9913324052522U",
                   "rel": "update",
                   "method": "PATCH"
               },
               {
                   "href": "https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/9SJ9913324052522U\/capture",
                   "rel": "capture",
                   "method": "POST"
               }
           ]
       }
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)