console error Error: Can not send postrobot_method. Target window is closed\n
-
Paypal stopped working on my site. There is an error in the console on the /cart and /checkout page.
This is my log error:
2023-09-11T04:04:59-04:00 DEBUG POST https://api.paypal.com/v1/oauth2/token?grant_type=client_credentials Response Debug ID: fc9f9c0fe0822 Response: Array ( [code] => 200 [message] => OK ) 2023-09-11T04:05:00-04:00 DEBUG GET https://api.paypal.com/v1/customer/partners/K8SKZ36LQBWXJ/merchant-integrations/5UZM5L45KV2LS Response Debug ID: e885439c89484 Response: Array ( [code] => 200 [message] => OK ) 2023-09-11T04:05:02-04:00 DEBUG Loaded onbording URL from cache: sandbox-ppcp 2023-09-11T04:05:02-04:00 DEBUG Loaded onbording URL from cache: sandbox-express_checkout 2023-09-11T04:05:02-04:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks Response Debug ID: 595d895fb27ec Response: Array ( [code] => 200 [message] => OK ) 2023-09-11T04:06:19-04:00 DEBUG POST https://api.paypal.com/v2/checkout/orders Request Body: {"intent":"CAPTURE","purchase_units":[{"reference_id":"default","amount":{"currency_code":"USD","value":"139.50","breakdown":{"item_total":{"currency_code":"USD","value":"119.60"},"shipping":{"currency_code":"USD","value":"19.90"},"tax_total":{"currency_code":"USD","value":"0.00"}}},"description":"","items":[{"name":"Large Black Glossy Posterboard (20x26-Inch)","unit_amount":{"currency_code":"USD","value":"2.99"},"quantity":40,"description":"Large Black Glossy Posterboard gives artists & crafters a high-tech looking media to work with. Use as a background for any","sku":"86108","category":"PHYSICAL_GOODS","cart_item_key":"26f306495f5ec6c50b4976850896aac4"}],"payee":{"merchant_id":"5UZM5L45KV2LS"},"shipping":{"name":{"full_name":""},"address":{"country_code":"US","address_line_1","postal_code":"09999"}}}],"application_context":{"user_action":"CONTINUE","shipping_preference":"GET_FROM_FILE","landing_page":"LOGIN","locale":"en-US","brand_name":"Hygloss Products Teacher Supplies: Discount Classroom Supplies | Arts & Crafts Store","return_url":"https:\/\/www.hyglossproducts.com\/?wc-ajax=ppc-return-url","cancel_url":"https:\/\/www.hyglossproducts.com\/checkout\/","payment_method":{"payee_preferred":"UNRESTRICTED"}},"payer":{"email_address":"","name":{"given_name":"","surname":""},"address":{"country_code":"US","address_line_1":"","address_line_2":"Apt 23","admin_area_1":"CA","admin_area_2":"","postal_code":"09999"},"phone":{"phone_type":"HOME","phone_number":{"national_number":"09090879879879"}}}} Response Debug ID: 63a9e0d73f08e Response: Array ( [code] => 201 [message] => Created )
Do you need the line of code below for paypal to work b/c it was causing other errors on the site and I removed it?
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
The page I need help with: [log in to see the link]
- The topic ‘console error Error: Can not send postrobot_method. Target window is closed\n’ is closed to new replies.