UNPKG

@reactivehub/cli

Version:
29 lines (25 loc) 581 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const usingToken = { type: 'confirm', name: 'usingToken', message: 'Are you using a card token?' }; const overrideDefault = { type: 'confirm', name: 'overrideDefault', message: 'Set this card as the customer default payment method?' }; const customerId = { type: 'input', name: 'customerId', message: 'Past the customer id to attach the card source (wildcards allowed).' }; exports.default = { usingToken, customerId, overrideDefault }; //# sourceMappingURL=questions.js.map