The API URL for the Digital Measures "Beta Test" has changed from http://beta.digitalmeasures.com/login/service/v4 to https://betawebservices.digitalmeasures.com/login/service/v4.

The Production API URL has changed from http://digitalmeasures.com/login/service/v4 to https://webservices.digitalmeasures.com/login/service.

I have made the URL changes in the digitalmeasures_migrate/src/DigitalMeasuresApiService.php file on lines 14, 16 and 198. Please review the patch and commit.

Thanks,
hinte

Comments

hinte created an issue. See original summary.

socketwench’s picture

StatusFileSize
new700 bytes

Thank you! I've moved on to other projects, so I didn't notice the URL change. Here's a patch:

hinte’s picture

StatusFileSize
new940 bytes

No problem! Glad to help. There is one small change to make it https too.

hinte’s picture

Oops, prod URL has "v4" at the end. Patch updated.