2021-10-13 11:35:00 +00:00
import { defineMessages } from "react-intl" ;
export const messages = defineMessages ( {
sectionCheckoutTitle : {
2022-05-05 07:54:28 +00:00
id : "DASYUF" ,
2021-10-13 11:35:00 +00:00
defaultMessage : "Checkout Configuration" ,
description : "section title"
} ,
sectionCheckoutDescription : {
2022-05-05 07:54:28 +00:00
id : "Av74Fa" ,
2021-10-13 11:35:00 +00:00
defaultMessage :
"You can set basic checkout rules that will be applied globally to all your channels" ,
description : "section description"
} ,
sectionCompanyTitle : {
2022-05-05 07:54:28 +00:00
id : "rPX1f2" ,
2021-10-13 11:35:00 +00:00
defaultMessage : "Company Information" ,
description : "section title"
} ,
sectionCompanyDescription : {
2022-05-05 07:54:28 +00:00
id : "pRYGUR" ,
2021-10-13 11:35:00 +00:00
defaultMessage :
"This address will be used to generate invoices and calculate shipping rates. Email address you provide here will be used as a contact address for your customers." ,
description : "section description"
}
} ) ;