@thryveai/theme-interfaces 2.8.21 → 2.8.22

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.
@@ -102,6 +102,7 @@ var DefaultConfigSFUI = {
102
102
  MasterCard: true,
103
103
  MasterCardDebit: true,
104
104
  VisaCard: true,
105
+ VisaDebit: false,
105
106
  PayPal: false,
106
107
  ApplePay: false,
107
108
  GooglePay: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.8.21",
3
+ "version": "2.8.22",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",