@open-tender/types 0.4.156 → 0.4.157

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,6 +77,8 @@ export interface ConfigBrand {
77
77
  checkout_credit_card_method: CHECKOUT_CREDIT_CARD_METHOD;
78
78
  como_business_id: number | null;
79
79
  description: string;
80
+ display_credit_card_logos: 'ON' | 'OFF';
81
+ displayed_credit_card_logos: string[];
80
82
  display_payment_methods: boolean;
81
83
  display_view_only_menu: boolean;
82
84
  display_reward_code: boolean;
@@ -77,6 +77,8 @@ export interface ConfigBrand {
77
77
  checkout_credit_card_method: CHECKOUT_CREDIT_CARD_METHOD;
78
78
  como_business_id: number | null;
79
79
  description: string;
80
+ display_credit_card_logos: 'ON' | 'OFF';
81
+ displayed_credit_card_logos: string[];
80
82
  display_payment_methods: boolean;
81
83
  display_view_only_menu: boolean;
82
84
  display_reward_code: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.156",
3
+ "version": "0.4.157",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",