effective_orders 6.25.1 → 6.25.2
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.
- checksums.yaml +4 -4
- data/config/effective_orders.rb +1 -0
- data/lib/effective_orders/version.rb +1 -1
- data/lib/effective_orders.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25f2089fb829e93c7bb92dc20ede9fb0d44225f981dab9533c522b948a9b60c8
|
4
|
+
data.tar.gz: 4337452cbae3c828b63e87f6d639fd20af90f16d70371b5a76b5a64fbc4bb9ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '04186b9667b46e193d579b16be07801d14dc96230c1a5cdec0fa6899a2ceb2bee579943f6beb26fa16f200fc98029f28921b61bd4a4753d9d4cc73a3567ac845'
|
7
|
+
data.tar.gz: 8737de96d4d8a55e9c94f99d1e5805e13c7eefd90f3247d446f5365a263585e7b7cb2e940e2de2d26ef939168a74cca5ca363f2bd0f0669c0a106c6b42b3e004
|
data/config/effective_orders.rb
CHANGED
@@ -120,6 +120,7 @@ EffectiveOrders.setup do |config|
|
|
120
120
|
config.send_subscription_trial_expired = true
|
121
121
|
|
122
122
|
# Quickbooks Online Sync Errors
|
123
|
+
config.send_qb_online_sync_error = true
|
123
124
|
# Effective Quickbooks Online sync errors will be sent to mailer_admin or the following recipients:
|
124
125
|
# config.qb_online_sync_error_recipients = ['"Info" <info@example.com>', '"Admin" <admin@example.com>']
|
125
126
|
|
data/lib/effective_orders.rb
CHANGED
@@ -43,7 +43,7 @@ module EffectiveOrders
|
|
43
43
|
:send_refund_notification_to_admin,
|
44
44
|
|
45
45
|
# Quickbooks Online Sync Errors
|
46
|
-
:qb_online_sync_error_recipients,
|
46
|
+
:send_qb_online_sync_error, :qb_online_sync_error_recipients,
|
47
47
|
|
48
48
|
# Features
|
49
49
|
:free_enabled, :mark_as_paid_enabled, :pretend_enabled, :pretend_message, :buyer_purchases_refund,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_orders
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.25.
|
4
|
+
version: 6.25.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|