UPS Email

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
calvis
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 710
Joined: Tue Jan 27, 2004 3:57 pm
Location: Redmond, WA

UPS Email

Post by calvis » Tue Nov 11, 2014 10:52 am

Just got this email from UPS that says:
UPS® Developer Kit APIs Migration

As a valued partner, we want to ensure that as we approach the busiest season of the year, we continue to meet your company needs.

This message is to inform you that you are currently using UPS Developer Kit APIs in the Customer Integration Environment (CIE), which is not intended to perform as the UPS® production environment. To avoid slow response times or planned outages, please migrate to the UPS production environment by November 25, 2014.

If you have questions regarding this migration, click here to contact UPS Developer Kit Support.
Does anyone know what this about? November 25 is not very long to prepare.
Able Customer Since 1999 Currently Running on GOLD R12 SR1 and PCI Certified.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: UPS Email

Post by jmestep » Wed Nov 12, 2014 3:55 am

Do you have your UPS gateway set to test mode? It looks like the CIE is test mode. From R9 source code:
private string _TestModeUrl = "https://wwwcie.ups.com/ups.app/xml/";
public string TestModeUrl
{
get { return _TestModeUrl; }
set { _TestModeUrl = value; }
}

private string _LiveModeUrl = "https://www.ups.com/ups.app/xml/";
public string LiveModeUrl
{
get { return _LiveModeUrl; }
set { _LiveModeUrl = value; }
}
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: UPS Email

Post by jmestep » Wed Nov 12, 2014 10:54 am

One of our clients checked with a UPS tech rep and he said that if the gateway wasn't in test mode, the site was fine. He said they sent the email to everyone, instead of just the ones that are showing that they are using the test url.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

rmaweb
Commander (CMDR)
Commander (CMDR)
Posts: 118
Joined: Fri Sep 10, 2010 9:41 am

Re: UPS Email

Post by rmaweb » Wed Nov 12, 2014 12:43 pm

Thanks for the update Judy! I got the email too, but did not have the test url turned on so I was confused as to why I got the email. Thanks for clearing this up.
Ryan A.
Scott's Bait and Tackle
http://store.scottsbt.com
Work In Progress
Able Gold R10
Bootstrap 3.3

User avatar
calvis
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 710
Joined: Tue Jan 27, 2004 3:57 pm
Location: Redmond, WA

Re: UPS Email

Post by calvis » Wed Nov 12, 2014 12:53 pm

Yes, very confused as well. Thanks for clearing that up.
Able Customer Since 1999 Currently Running on GOLD R12 SR1 and PCI Certified.

Post Reply