UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

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