UNPKG

@shopify/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router

11 lines (7 loc) 308 B
'use strict'; var authenticate = require('../extension/authenticate.js'); function authenticateCheckoutFactory(params) { return authenticate.authenticateExtensionFactory(params, 'checkout'); } exports.authenticateCheckoutFactory = authenticateCheckoutFactory; //# sourceMappingURL=authenticate.js.map