zendesk_apps_support 4.34.0 → 4.35.1
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: ea60acdd06600d3b9c896b7fd2ccaf247787dd4f3ea4a7ea1001a939383689d2
|
4
|
+
data.tar.gz: 1bbc0293d1ce8e5140f8d580e610edc5aa90e3029ac0e8a00bb28c965d3a11e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10c7b8d4033fd59638542238d1ad8c3165206d659b2bd5a9039e5e1fabcc2f44a7e91c10aa83f4afba9ffa67de0d98f1c736d981276dec9a3cadd1dad4a10873
|
7
|
+
data.tar.gz: bffe12583f47943dca9787e9e252e858b4e0b35df7c4e97fcae44f9545d00c92ccfc1ffd855cca2d09c48355e7a26d72947b9fd02d11d775aba58ecad4ae3728
|
@@ -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.1
|
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-
|
14
|
+
date: 2022-08-04 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: i18n
|
@@ -347,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
347
347
|
- !ruby/object:Gem::Version
|
348
348
|
version: 1.3.6
|
349
349
|
requirements: []
|
350
|
-
rubygems_version: 3.0.1
|
350
|
+
rubygems_version: 3.0.3.1
|
351
351
|
signing_key:
|
352
352
|
specification_version: 4
|
353
353
|
summary: Support to help you develop Zendesk Apps.
|