UPS shipping error: "110000: XML Rating and Service Selection Service Unavailable" - ups

It was working earlier today but now when I add a product and estimate shipping I get this error:
110000: XML Rating and Service Selection Service Unavailable
Only first one shipping applies or order and if select drop-down shipping then gets this error and shipping are still showing.

Related

Azure Management API not returning Reserved Instances

I have a couple of reserved instances that I'd like to be notified about when its close to their expiry. By default, the purchaser gets notified about expiration through an email, but I'd like to manage that notification myself, by injecting a work item in our ISMS when it gets close to that time (or 1/4/8/12 weeks beforehand).
I have:
Created a Logic App
Enabled System Assigned Managed Identity on it
Granted this MI the Reservation Reader role. If I check the Role Assignments on the Reservations, as well as the Reservation Orders, the MI is listed under Reservation Readers
As a test, the Logic App does an HTTP call to https://management.azure.com/providers/Microsoft.Capacity/reservationOrders?api-version=2019-04-01. The call passes with a 200.
However... the results are empty:
If I modify the HTTP request to return a specific Reservation (and not try and List the Reservation Orders), I do get the details of that Reservation (I get the Reservation Order ID through the Azure Portal, then call to GET https://management.azure.com/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}?api-version=2019-04-01).
I have also confirmed that the MI has the Read permissions on each Reservation Order (by clicking through to them from the Reservation).
I have also (being at wits' end) added the MI to the Reservation Administrators. No joy.
What am I doing wrong?
It seems to have been resolved in the latest version of the API. If I query Microsoft Graph using API version 2022-11-01, I get results.

star rating for workers in a flutter app using NODE JS with MYSQL

anyone can help me in my flutter project. I designed a page that shows star rating for a worker, from one to five and I want to write a suitable function in node js file with MYSQL database in phpMyAdmin, the query of the function aims to take the input rate from the user and send it to the database according to the id or username of the worker and calculate the average rating from multiple users for the same worker

Error! phone is too short or empty (EBS integration)

I am using prestashop 1.5.5.0 and using fashion bird theme in it. Now I am experiencing a problem during the redirection to payment page. Its showing a error " Phone is too short or empty".
But I noticed one thing that this error is not showing during INSTANT CHECKOUT.
The error is showing only during the registered user checkout. I notice one thing also during registration process, the form is submission works smoothly even the required field "phone number" is not filled.
I guess that the the payment gateway is not getting the phone number along with address when registered user makes a checkout.
My domain is [http//:thriti.com][1]
I am using EBS payment gateway.
I hope anybody will give a solution for my problem as soon as possible.
Thanks
Minimum length for shipping or billing phone number is 5 digits/chars.

How to integrate with mysql in google checkout?

I am working on Google checkout to sell my product online. i want order information to be stored in mysql database on my server only after payment verification of customer.when customer click on order now button on Google checkout synchronously that order complete information to be stored in database also. i m in fix to solve this but not getting any way of out..
Please note that the order is not complete when the customer clicks the Buy Now button. The order is complete after the customer finishes the order on Google Checkout's "Place Order" page and Google verifies and charges the credit card.
To get order processing details use the Google Checkout Notification API:
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Notification_API.html
You'll get callbacks at various order processing stages which will allow you to update your database and inventory accordingly.

Magento: Adding Text and fields to the order fulfillment/invoice email or forwarding customer-facing email

Pretty new to the Magento e-commerce solution. Have it up and running for a customer, and it's close to a default install, save some window dressing.
When a customer places an order, they get a nice HTML-based email. But the client is getting a text-based email that doesn't have all the information the HTML customer-based one, including a pretty crucial piece of information: the items ordered.
Our client is basically using it to sell gift cards, but when an order comes in, the invoice email only has a total of the order say, $150. They don't know from the email whether that's a single $150 gift card, three $50 gift cards, etc.
How (and where) in the Magento install would I add a line-by-line list of the order's individual products
-or-
Make it so the client gets a copied on the HTML email the customer gets (order summary).
There is a setting in the Magento Admin Panel: System > Configuration > Sales > Sales Email that allows you to add comma-separated email addresses. Still would like to be able to edit the invoice email the client is receiving to have all the items ordered displayed