killbill 3.1.4 → 3.1.5
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/Jarfile +1 -1
- data/NEWS +3 -0
- data/VERSION +1 -1
- data/killbill.gemspec +1 -1
- data/lib/killbill.rb +1 -1
- data/lib/killbill/gen/api/account.rb +19 -18
- data/lib/killbill/gen/api/account_api_exception.rb +19 -18
- data/lib/killbill/gen/api/account_audit_logs.rb +19 -18
- data/lib/killbill/gen/api/account_audit_logs_for_object_type.rb +19 -18
- data/lib/killbill/gen/api/account_data.rb +19 -18
- data/lib/killbill/gen/api/account_email.rb +19 -18
- data/lib/killbill/gen/api/account_user_api.rb +19 -18
- data/lib/killbill/gen/api/audit_log.rb +19 -18
- data/lib/killbill/gen/api/audit_user_api.rb +19 -18
- data/lib/killbill/gen/api/billing_exception_base.rb +19 -18
- data/lib/killbill/gen/api/block.rb +19 -18
- data/lib/killbill/gen/api/blockable.rb +19 -18
- data/lib/killbill/gen/api/blocking_api_exception.rb +19 -18
- data/lib/killbill/gen/api/blocking_state.rb +19 -18
- data/lib/killbill/gen/api/call_context.rb +19 -18
- data/lib/killbill/gen/api/catalog.rb +19 -18
- data/lib/killbill/gen/api/catalog_api_exception.rb +19 -18
- data/lib/killbill/gen/api/catalog_user_api.rb +19 -18
- data/lib/killbill/gen/api/column_info.rb +19 -18
- data/lib/killbill/gen/api/control_tag.rb +19 -18
- data/lib/killbill/gen/api/currency_conversion.rb +19 -18
- data/lib/killbill/gen/api/currency_conversion_api.rb +19 -18
- data/lib/killbill/gen/api/currency_conversion_exception.rb +19 -18
- data/lib/killbill/gen/api/currency_value_null.rb +19 -18
- data/lib/killbill/gen/api/custom_field.rb +19 -18
- data/lib/killbill/gen/api/custom_field_api_exception.rb +19 -18
- data/lib/killbill/gen/api/custom_field_user_api.rb +19 -18
- data/lib/killbill/gen/api/database_export_output_stream.rb +19 -18
- data/lib/killbill/gen/api/duration.rb +19 -18
- data/lib/killbill/gen/api/entitlement.rb +19 -18
- data/lib/killbill/gen/api/entitlement_ao_status_dry_run.rb +19 -18
- data/lib/killbill/gen/api/entitlement_api.rb +19 -18
- data/lib/killbill/gen/api/entitlement_api_exception.rb +19 -18
- data/lib/killbill/gen/api/entity.rb +19 -18
- data/lib/killbill/gen/api/fixed.rb +19 -18
- data/lib/killbill/gen/api/illegal_plan_change.rb +19 -18
- data/lib/killbill/gen/api/international_price.rb +19 -18
- data/lib/killbill/gen/api/invalid_config_exception.rb +19 -18
- data/lib/killbill/gen/api/invoice.rb +19 -18
- data/lib/killbill/gen/api/invoice_api_exception.rb +19 -18
- data/lib/killbill/gen/api/invoice_creation_event.rb +19 -18
- data/lib/killbill/gen/api/invoice_formatter.rb +19 -18
- data/lib/killbill/gen/api/invoice_item.rb +19 -18
- data/lib/killbill/gen/api/invoice_item_formatter.rb +19 -18
- data/lib/killbill/gen/api/invoice_payment.rb +19 -18
- data/lib/killbill/gen/api/invoice_payment_api.rb +19 -18
- data/lib/killbill/gen/api/invoice_user_api.rb +19 -18
- data/lib/killbill/gen/api/limit.rb +19 -18
- data/lib/killbill/gen/api/listing.rb +19 -18
- data/lib/killbill/gen/api/migration_plan.rb +19 -18
- data/lib/killbill/gen/api/mutable_account_data.rb +19 -18
- data/lib/killbill/gen/api/osgi_killbill.rb +22 -21
- data/lib/killbill/gen/api/osgi_plugin_properties.rb +19 -18
- data/lib/killbill/gen/api/pagination.rb +19 -18
- data/lib/killbill/gen/api/{direct_payment.rb → payment.rb} +24 -23
- data/lib/killbill/gen/api/payment_api.rb +539 -347
- data/lib/killbill/gen/api/payment_api_exception.rb +19 -18
- data/lib/killbill/gen/api/payment_gateway_api.rb +19 -18
- data/lib/killbill/gen/api/payment_method.rb +19 -18
- data/lib/killbill/gen/api/payment_method_plugin.rb +19 -18
- data/lib/killbill/gen/api/payment_options.rb +19 -18
- data/lib/killbill/gen/api/{direct_payment_transaction.rb → payment_transaction.rb} +27 -26
- data/lib/killbill/gen/api/plan.rb +19 -18
- data/lib/killbill/gen/api/plan_change_result.rb +19 -18
- data/lib/killbill/gen/api/plan_phase.rb +19 -18
- data/lib/killbill/gen/api/plan_phase_specifier.rb +19 -18
- data/lib/killbill/gen/api/plan_specifier.rb +19 -18
- data/lib/killbill/gen/api/plugin_config_service_api.rb +19 -18
- data/lib/killbill/gen/api/plugin_property.rb +19 -18
- data/lib/killbill/gen/api/price.rb +19 -18
- data/lib/killbill/gen/api/price_list.rb +19 -18
- data/lib/killbill/gen/api/price_list_set.rb +19 -18
- data/lib/killbill/gen/api/product.rb +19 -18
- data/lib/killbill/gen/api/rate.rb +19 -18
- data/lib/killbill/gen/api/record_id_api.rb +19 -18
- data/lib/killbill/gen/api/recurring.rb +19 -18
- data/lib/killbill/gen/api/refund.rb +19 -18
- data/lib/killbill/gen/api/require_gen.rb +22 -21
- data/lib/killbill/gen/api/rolled_up_usage.rb +19 -18
- data/lib/killbill/gen/api/security_api_exception.rb +19 -18
- data/lib/killbill/gen/api/static_catalog.rb +19 -18
- data/lib/killbill/gen/api/subscription.rb +19 -18
- data/lib/killbill/gen/api/subscription_api.rb +19 -18
- data/lib/killbill/gen/api/subscription_api_exception.rb +19 -18
- data/lib/killbill/gen/api/subscription_bundle.rb +19 -18
- data/lib/killbill/gen/api/subscription_bundle_timeline.rb +19 -18
- data/lib/killbill/gen/api/subscription_event.rb +19 -18
- data/lib/killbill/gen/api/tag.rb +19 -18
- data/lib/killbill/gen/api/tag_api_exception.rb +19 -18
- data/lib/killbill/gen/api/tag_definition.rb +19 -18
- data/lib/killbill/gen/api/tag_definition_api_exception.rb +19 -18
- data/lib/killbill/gen/api/tag_user_api.rb +19 -18
- data/lib/killbill/gen/api/tenant.rb +19 -18
- data/lib/killbill/gen/api/tenant_api_exception.rb +19 -18
- data/lib/killbill/gen/api/tenant_context.rb +19 -18
- data/lib/killbill/gen/api/tenant_data.rb +19 -18
- data/lib/killbill/gen/api/tenant_kv.rb +19 -18
- data/lib/killbill/gen/api/tenant_user_api.rb +19 -18
- data/lib/killbill/gen/api/tier.rb +19 -18
- data/lib/killbill/gen/api/tiered_block.rb +19 -18
- data/lib/killbill/gen/api/unit.rb +19 -18
- data/lib/killbill/gen/api/usage.rb +19 -18
- data/lib/killbill/gen/api/usage_user_api.rb +19 -18
- data/lib/killbill/helpers/active_merchant/killbill_spec_helper.rb +17 -12
- data/lib/killbill/helpers/active_merchant/payment_plugin.rb +44 -42
- metadata +6 -7
- data/lib/killbill/gen/api/direct_payment_api.rb +0 -959
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -29,11 +30,11 @@ module Killbill
|
|
|
29
30
|
module Model
|
|
30
31
|
|
|
31
32
|
java_package 'org.killbill.billing.payment.api'
|
|
32
|
-
class
|
|
33
|
+
class PaymentTransaction
|
|
33
34
|
|
|
34
|
-
include org.killbill.billing.payment.api.
|
|
35
|
+
include org.killbill.billing.payment.api.PaymentTransaction
|
|
35
36
|
|
|
36
|
-
attr_accessor :id, :created_date, :updated_date, :
|
|
37
|
+
attr_accessor :id, :created_date, :updated_date, :payment_id, :external_key, :transaction_type, :effective_date, :amount, :currency, :processed_amount, :processed_currency, :gateway_error_code, :gateway_error_msg, :transaction_status, :payment_info_plugin
|
|
37
38
|
|
|
38
39
|
def initialize()
|
|
39
40
|
end
|
|
@@ -54,8 +55,8 @@ module Killbill
|
|
|
54
55
|
@updated_date = Java::org.joda.time.DateTime.new(@updated_date.to_s, Java::org.joda.time.DateTimeZone::UTC)
|
|
55
56
|
end
|
|
56
57
|
|
|
57
|
-
# conversion for
|
|
58
|
-
@
|
|
58
|
+
# conversion for payment_id [type = java.util.UUID]
|
|
59
|
+
@payment_id = java.util.UUID.fromString(@payment_id.to_s) unless @payment_id.nil?
|
|
59
60
|
|
|
60
61
|
# conversion for external_key [type = java.lang.String]
|
|
61
62
|
@external_key = @external_key.to_s unless @external_key.nil?
|
|
@@ -124,9 +125,9 @@ module Killbill
|
|
|
124
125
|
@updated_date = DateTime.iso8601(str)
|
|
125
126
|
end
|
|
126
127
|
|
|
127
|
-
# conversion for
|
|
128
|
-
@
|
|
129
|
-
@
|
|
128
|
+
# conversion for payment_id [type = java.util.UUID]
|
|
129
|
+
@payment_id = j_obj.payment_id
|
|
130
|
+
@payment_id = @payment_id.nil? ? nil : @payment_id.to_s
|
|
130
131
|
|
|
131
132
|
# conversion for external_key [type = java.lang.String]
|
|
132
133
|
@external_key = j_obj.external_key
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|