@rsc-labs/medusa-documents
Version:
Generate documents from Medusa
17 lines (16 loc) • 687 B
JavaScript
;
/*
* Copyright 2024 RSC-Labs, https://rsoftcon.com/
*
* MIT License
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PACKING_SLIP_NUMBER_PLACEHOLDER = exports.INVOICE_NUMBER_PLACEHOLDER = void 0;
exports.INVOICE_NUMBER_PLACEHOLDER = `{invoice_number}`;
exports.PACKING_SLIP_NUMBER_PLACEHOLDER = `{packing_slip_number}`;