Repository URL to install this package:
|
Version:
0.0.15 ▾
|
const wording = {
profileData: [
'First Name',
'Last Name',
'Phone Number',
'Email Address',
'Default Address',
'Default Payment Method',
],
preferences: 'Send me weekly emails with new sales and special offers',
permission: 'Consent for data collection and Processing',
sendSMS: 'Send all sale notifications via SMS',
visaEnding: 'Visa card ending ',
expire: ' Expires ',
address: 'Address ',
paymentMethod: 'Payment Method ',
};
export { wording };
//# sourceMappingURL=fixture.js.map