zendesk_apps_support 4.34.1 → 4.35.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80ecd480e751e33df50e0312c36d11b97e0ba71d9127767dd4f8aee6969dd1dc
|
4
|
+
data.tar.gz: ce00268cb0323d00494ad7683385357ec2130426bc6d2ebb6cdf4d3a776aeca6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23697c4eb67b7222d4bd28dc64be9974f1517d034f669e08cd726d35e75a3f6ce91d9ba4706aedcfa569423ea2870ee12a3c84c43eec0e81894fe36448b00af6
|
7
|
+
data.tar.gz: 3614e2ab9ce99734803e64f9138001284ae43a7b9316d2805c5b8eaf3f7f475e96c4a8719d2a6bbf06b2dcf6fc780fb45d2dd15ffa7e6ea853018d4330f0f108
|
@@ -3,7 +3,7 @@
|
|
3
3
|
module ZendeskAppsSupport
|
4
4
|
class Installation
|
5
5
|
attr_accessor :id, :app_id, :app_name, :requirements, :settings, :enabled, :collapsible, :updated_at, :created_at
|
6
|
-
attr_accessor :plan
|
6
|
+
attr_accessor :plan, :stripe_subscription_id
|
7
7
|
|
8
8
|
def initialize(options)
|
9
9
|
options.each do |k, v|
|
@@ -16,8 +16,7 @@ module ZendeskAppsSupport
|
|
16
16
|
INSTALLED_TEMPLATE.result(
|
17
17
|
appsjs: @appsjs,
|
18
18
|
installations: @installations,
|
19
|
-
installation_orders: options.fetch(:installation_orders, {})
|
20
|
-
rollbar_zaf_access_token: options.fetch(:rollbar_zaf_access_token, '')
|
19
|
+
installation_orders: options.fetch(:installation_orders, {})
|
21
20
|
)
|
22
21
|
end
|
23
22
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zendesk_apps_support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.35.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James A. Rosen
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2022-06-
|
14
|
+
date: 2022-06-28 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: i18n
|