@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
11 lines (7 loc) • 308 B
JavaScript
;
var authenticate = require('../extension/authenticate.js');
function authenticateCheckoutFactory(params) {
return authenticate.authenticateExtensionFactory(params, 'checkout');
}
exports.authenticateCheckoutFactory = authenticateCheckoutFactory;
//# sourceMappingURL=authenticate.js.map