@olo/pay-react-native
Version:
Olo Pay React Native SDK
19 lines (17 loc) • 591 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.sharedComponentValues = void 0;
// Copyright © 2022 Olo Inc. All rights reserved.
// This software is made available under the Olo Pay SDK License (See LICENSE.md file)
const sharedComponentValues = exports.sharedComponentValues = {
defaultValues: {
singleLineNumberPlaceholder: '4242 4242 4242 4242',
formNumberPlaceholder: 'Card number',
expirationPlaceholder: 'MM/YY',
cvvPlaceholder: 'CVV',
postalCodePlaceholder: 'Postal code'
}
};
//# sourceMappingURL=sharedValues.js.map