UNPKG

pnz-apicentre-sandbox-sdk

Version:

The sandbox, powered by Middleware New Zealand, is a dedicated environment that mimics an API Provider, as defined in the [Payments NZ API Centre standards](https://paymentsnz.atlassian.net/wiki/spaces/PaymentsNZAPIStandards/overview). This SDK is generat

9 lines (6 loc) 228 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./pnz-apicentre-sandbox-sdk.cjs.production.min.js') } else { module.exports = require('./pnz-apicentre-sandbox-sdk.cjs.development.js') }