ordercloud-api / headstart

A complete and opinionated eCommerce solution using OrderCloud as the backbone - built with .NET Core and Angular
MIT License
31 stars 74 forks source link

Update smarty address validation #440

Closed oliverheywood451 closed 2 years ago

oliverheywood451 commented 2 years ago

Smarty has notified us that as of 06/23/2022 any API calls that occur on the server to their API will be blocked unless they include the secret keys in the request. Previous to this pull request we were using clientside "credentials", this PR removes those credentials and replaces them with their server side equivalent

crhistianramirez commented 2 years ago

Looks good to me, will wait for @ajsuth to review and merge