Repository URL to install this package:
|
Version:
0.0.15 ▾
|
const wording = {
congratsText: 'CONGRATULATIONS !',
youRockTet: 'YOU ROCK!',
thankyouText: 'THANK YOU FOR SHOPPING T-GIANT.',
thankyouTextForB2B: 'THANK YOU FOR SHOPPING T-GIANT PRO.',
order: 'Order',
/**
* @todo @fixme @invalid @santhosh - needs connecting to api by getting from container
* @todo @fixme @invalid - does not handle error state
*/
orderId: '#150962685968174674',
greetingText1: 'Your order has been placed. You will receive a confirmation email shortly.',
greetingText2: 'Your order has been placed. Order will be processed post approval.',
viewOrderLabel: 'View order details',
continueShoppingLabel: 'Continue Shopping',
};
export { wording };
//# sourceMappingURL=fixture.js.map