2022-05-26 12:14:13 +00:00
|
|
|
export const SALEOR_DOMAIN_HEADER = "saleor-domain";
|
2022-07-20 14:19:49 +00:00
|
|
|
export const SALEOR_EVENT_HEADER = "saleor-event";
|
2022-08-04 16:36:59 +00:00
|
|
|
export const SALEOR_SIGNATURE_HEADER = "saleor-signature";
|
|
|
|
export const SALEOR_AUTHORIZATION_BEARER_HEADER = "authorization-bearer";
|
2022-09-13 13:15:52 +00:00
|
|
|
|
|
|
|
export * from "./locales";
|