Skip to content

Commit

Permalink
ost version changed in milo (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharath-kannan authored Sep 5, 2023
1 parent c3bfacd commit dc1a533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/ost/ost.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ENV_PROD, getTacocatEnv } from '../merch/merch.js';

const IMS_COMMERCE_CLIENT_ID = 'aos_milo_commerce';
const IMS_PROD_URL = 'https://auth.services.adobe.com/imslib/imslib.min.js';
const OST_VERSION = '1.13.0';
const OST_VERSION = '1.14.0';
const OST_BASE = `https://www.stage.adobe.com/special/tacocat/ost/lib/${OST_VERSION}`;
const OST_SCRIPT_URL = `${OST_BASE}/index.js`;
const OST_STYLE_URL = `${OST_BASE}/index.css`;
Expand Down

0 comments on commit dc1a533

Please sign in to comment.