jamm 1.0.6 → 1.0.9
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/Gemfile +2 -0
- data/Gemfile.lock +9 -1
- data/Rakefile +5 -0
- data/lib/jamm/api/api/customer_api.rb +68 -10
- data/lib/jamm/api/api/healthcheck_api.rb +2 -2
- data/lib/jamm/api/api/payment_api.rb +145 -20
- data/lib/jamm/api/api/webhook_service_api.rb +82 -0
- data/lib/jamm/api/api_client.rb +2 -2
- data/lib/jamm/api/api_error.rb +2 -2
- data/lib/jamm/api/configuration.rb +2 -2
- data/lib/jamm/api/models/customer_service_update_customer_body.rb +9 -4
- data/lib/jamm/api/models/{rpc_status.rb → googlerpc_status.rb} +5 -5
- data/lib/jamm/api/models/protobuf_any.rb +2 -2
- data/lib/jamm/api/models/v1_add_charge_request.rb +2 -2
- data/lib/jamm/api/models/v1_add_charge_response.rb +2 -2
- data/lib/jamm/api/models/v1_buyer.rb +11 -3
- data/lib/jamm/api/models/v1_charge.rb +2 -2
- data/lib/jamm/api/models/v1_charge_message.rb +292 -0
- data/lib/jamm/api/models/v1_charge_message_status.rb +44 -0
- data/lib/jamm/api/models/v1_charge_result.rb +285 -0
- data/lib/jamm/api/models/v1_contract.rb +2 -2
- data/lib/jamm/api/models/v1_contract_status.rb +2 -2
- data/lib/jamm/api/models/v1_create_contract_with_charge_request.rb +2 -2
- data/lib/jamm/api/models/v1_create_contract_with_charge_response.rb +2 -2
- data/lib/jamm/api/models/v1_create_contract_without_charge_request.rb +2 -2
- data/lib/jamm/api/models/v1_create_contract_without_charge_response.rb +2 -2
- data/lib/jamm/api/models/v1_create_customer_request.rb +2 -2
- data/lib/jamm/api/models/v1_create_customer_response.rb +2 -2
- data/lib/jamm/api/models/v1_customer.rb +9 -4
- data/lib/jamm/api/models/v1_delete_customer_response.rb +2 -2
- data/lib/jamm/api/models/v1_event_type.rb +45 -0
- data/lib/jamm/api/models/v1_get_charge_response.rb +212 -0
- data/lib/jamm/api/models/v1_get_charges_response.rb +214 -0
- data/lib/jamm/api/models/v1_get_contract_response.rb +13 -13
- data/lib/jamm/api/models/v1_get_customer_response.rb +2 -2
- data/lib/jamm/api/models/v1_initial_charge.rb +2 -2
- data/lib/jamm/api/models/v1_merchant.rb +2 -2
- data/lib/jamm/api/models/v1_merchant_customer.rb +2 -2
- data/lib/jamm/api/models/v1_merchant_webhook_message.rb +259 -0
- data/lib/jamm/api/models/v1_message_response.rb +212 -0
- data/lib/jamm/api/models/v1_pagination.rb +212 -0
- data/lib/jamm/api/models/v1_payment_link.rb +2 -2
- data/lib/jamm/api/models/v1_ping_response.rb +2 -2
- data/lib/jamm/api/models/v1_update_customer_response.rb +2 -2
- data/lib/jamm/api/models/v1_url.rb +2 -2
- data/lib/jamm/api/models/v1_withdraw_request.rb +212 -0
- data/lib/jamm/api/models/v1_withdraw_response.rb +212 -0
- data/lib/jamm/api/version.rb +2 -2
- data/lib/jamm/api.rb +15 -3
- data/lib/jamm/api_patches.rb +14 -0
- data/lib/jamm/charge.rb +43 -0
- data/lib/jamm/client.rb +1 -1
- data/lib/jamm/contract.rb +35 -0
- data/lib/jamm/customer.rb +24 -9
- data/lib/jamm/healthcheck.rb +14 -0
- data/lib/jamm/openapi.rb +10 -0
- data/lib/jamm/version.rb +1 -1
- data/lib/jamm/webhook.rb +35 -0
- data/lib/jamm.rb +16 -14
- metadata +21 -4
- data/lib/jamm/payment.rb +0 -27
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e05e9f651604ac4972167326fee6e8870ee8218c3c2022d2f772928788f6d5d4
|
4
|
+
data.tar.gz: 421d587623b6f11691cbaa3b4d9531fb01de829b2ceedf003a5310c993110069
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf69ef3389bf9504ee89049f80df829b6695eafd6fdbda3df4a88075fa5bb96ad7620813882160bcf807d9b1abba86cd6051497f4066740b11a481f92db0ab81
|
7
|
+
data.tar.gz: 0dfa484efb56bc6db48590e32f04397e6ea49422adaac38673cd50dadfd5dba70b3309bc357022435b4a657ef063359e0fcb245d405e9db8e428b0e496b87c0e
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
jamm (1.0.
|
4
|
+
jamm (1.0.9)
|
5
5
|
rest-client (~> 2.0)
|
6
6
|
typhoeus (~> 1.0, >= 1.0.1)
|
7
7
|
|
@@ -13,17 +13,23 @@ GEM
|
|
13
13
|
ast (2.4.2)
|
14
14
|
bigdecimal (3.1.7)
|
15
15
|
coderay (1.1.3)
|
16
|
+
concurrent-ruby (1.3.4)
|
16
17
|
crack (1.0.0)
|
17
18
|
bigdecimal
|
18
19
|
rexml
|
19
20
|
domain_name (0.6.20240107)
|
20
21
|
ethon (0.16.0)
|
21
22
|
ffi (>= 1.15.0)
|
23
|
+
faker (3.5.1)
|
24
|
+
i18n (>= 1.8.11, < 2)
|
22
25
|
ffi (1.17.0)
|
26
|
+
gimei (1.5.0)
|
23
27
|
hashdiff (1.1.0)
|
24
28
|
http-accept (1.7.0)
|
25
29
|
http-cookie (1.0.5)
|
26
30
|
domain_name (~> 0.5)
|
31
|
+
i18n (1.14.6)
|
32
|
+
concurrent-ruby (~> 1.0)
|
27
33
|
json (2.7.2)
|
28
34
|
language_server-protocol (3.17.0.3)
|
29
35
|
method_source (1.1.0)
|
@@ -83,6 +89,8 @@ PLATFORMS
|
|
83
89
|
x86_64-linux
|
84
90
|
|
85
91
|
DEPENDENCIES
|
92
|
+
faker
|
93
|
+
gimei
|
86
94
|
jamm!
|
87
95
|
mocha
|
88
96
|
pry (~> 0.14.2)
|
data/Rakefile
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -197,32 +197,90 @@ module Api
|
|
197
197
|
[data, status_code, headers]
|
198
198
|
end
|
199
199
|
|
200
|
+
# Get a contract belongs to the customer
|
201
|
+
# Get a contract belongs to the customer
|
202
|
+
# @param customer [String] @gotags: validate:\"required\"
|
203
|
+
# @param [Hash] opts the optional parameters
|
204
|
+
# @return [GetContractResponse]
|
205
|
+
def get_contract(customer, opts = {})
|
206
|
+
data, _status_code, _headers = get_contract_with_http_info(customer, opts)
|
207
|
+
data
|
208
|
+
end
|
209
|
+
|
210
|
+
# Get a contract belongs to the customer
|
211
|
+
# Get a contract belongs to the customer
|
212
|
+
# @param customer [String] @gotags: validate:\"required\"
|
213
|
+
# @param [Hash] opts the optional parameters
|
214
|
+
# @return [Array<(GetContractResponse, Integer, Hash)>] GetContractResponse data, response status code and response headers
|
215
|
+
def get_contract_with_http_info(customer, opts = {})
|
216
|
+
@api_client.config.logger.debug 'Calling API: CustomerApi.get_contract ...' if @api_client.config.debugging
|
217
|
+
# verify the required parameter 'customer' is set
|
218
|
+
raise ArgumentError, "Missing the required parameter 'customer' when calling CustomerApi.get_contract" if @api_client.config.client_side_validation && customer.nil?
|
219
|
+
|
220
|
+
# resource path
|
221
|
+
local_var_path = '/v1/customers/{customer}/contract'.sub('{customer}', CGI.escape(customer.to_s))
|
222
|
+
|
223
|
+
# query parameters
|
224
|
+
query_params = opts[:query_params] || {}
|
225
|
+
|
226
|
+
# header parameters
|
227
|
+
header_params = opts[:header_params] || {}
|
228
|
+
# HTTP header 'Accept' (if needed)
|
229
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
230
|
+
|
231
|
+
# form parameters
|
232
|
+
form_params = opts[:form_params] || {}
|
233
|
+
|
234
|
+
# http body (model)
|
235
|
+
post_body = opts[:debug_body]
|
236
|
+
|
237
|
+
# return_type
|
238
|
+
return_type = opts[:debug_return_type] || 'GetContractResponse'
|
239
|
+
|
240
|
+
# auth_names
|
241
|
+
auth_names = opts[:debug_auth_names] || []
|
242
|
+
|
243
|
+
new_options = opts.merge(
|
244
|
+
:operation => :"CustomerApi.get_contract",
|
245
|
+
:header_params => header_params,
|
246
|
+
:query_params => query_params,
|
247
|
+
:form_params => form_params,
|
248
|
+
:body => post_body,
|
249
|
+
:auth_names => auth_names,
|
250
|
+
:return_type => return_type
|
251
|
+
)
|
252
|
+
|
253
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
254
|
+
@api_client.config.logger.debug "API called: CustomerApi#get_contract\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" if @api_client.config.debugging
|
255
|
+
[data, status_code, headers]
|
256
|
+
end
|
257
|
+
|
200
258
|
# Update customer
|
201
259
|
# Update customer metadata when they updated their information in merchant e-commerce store.
|
202
|
-
# @param
|
260
|
+
# @param customer [String] Immutable
|
203
261
|
# @param body [CustomerServiceUpdateCustomerBody]
|
204
262
|
# @param [Hash] opts the optional parameters
|
205
263
|
# @return [UpdateCustomerResponse]
|
206
|
-
def update(
|
207
|
-
data, _status_code, _headers = update_with_http_info(
|
264
|
+
def update(customer, body, opts = {})
|
265
|
+
data, _status_code, _headers = update_with_http_info(customer, body, opts)
|
208
266
|
data
|
209
267
|
end
|
210
268
|
|
211
269
|
# Update customer
|
212
270
|
# Update customer metadata when they updated their information in merchant e-commerce store.
|
213
|
-
# @param
|
271
|
+
# @param customer [String] Immutable
|
214
272
|
# @param body [CustomerServiceUpdateCustomerBody]
|
215
273
|
# @param [Hash] opts the optional parameters
|
216
274
|
# @return [Array<(UpdateCustomerResponse, Integer, Hash)>] UpdateCustomerResponse data, response status code and response headers
|
217
|
-
def update_with_http_info(
|
275
|
+
def update_with_http_info(customer, body, opts = {})
|
218
276
|
@api_client.config.logger.debug 'Calling API: CustomerApi.update ...' if @api_client.config.debugging
|
219
|
-
# verify the required parameter '
|
220
|
-
raise ArgumentError, "Missing the required parameter '
|
277
|
+
# verify the required parameter 'customer' is set
|
278
|
+
raise ArgumentError, "Missing the required parameter 'customer' when calling CustomerApi.update" if @api_client.config.client_side_validation && customer.nil?
|
221
279
|
# verify the required parameter 'body' is set
|
222
280
|
raise ArgumentError, "Missing the required parameter 'body' when calling CustomerApi.update" if @api_client.config.client_side_validation && body.nil?
|
223
281
|
|
224
282
|
# resource path
|
225
|
-
local_var_path = '/v1/customers/{
|
283
|
+
local_var_path = '/v1/customers/{customer}'.sub('{customer}', CGI.escape(customer.to_s))
|
226
284
|
|
227
285
|
# query parameters
|
228
286
|
query_params = opts[:query_params] || {}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -203,28 +203,28 @@ module Api
|
|
203
203
|
[data, status_code, headers]
|
204
204
|
end
|
205
205
|
|
206
|
-
# Get a
|
207
|
-
# Get a
|
208
|
-
# @param
|
206
|
+
# Get a specific charge
|
207
|
+
# Get a specific charge information
|
208
|
+
# @param charge [String] @gotags: validate:\"required\"
|
209
209
|
# @param [Hash] opts the optional parameters
|
210
|
-
# @return [
|
211
|
-
def
|
212
|
-
data, _status_code, _headers =
|
210
|
+
# @return [GetChargeResponse]
|
211
|
+
def get_charge(charge, opts = {})
|
212
|
+
data, _status_code, _headers = get_charge_with_http_info(charge, opts)
|
213
213
|
data
|
214
214
|
end
|
215
215
|
|
216
|
-
# Get a
|
217
|
-
# Get a
|
218
|
-
# @param
|
216
|
+
# Get a specific charge
|
217
|
+
# Get a specific charge information
|
218
|
+
# @param charge [String] @gotags: validate:\"required\"
|
219
219
|
# @param [Hash] opts the optional parameters
|
220
|
-
# @return [Array<(
|
221
|
-
def
|
222
|
-
@api_client.config.logger.debug 'Calling API: PaymentApi.
|
223
|
-
# verify the required parameter '
|
224
|
-
raise ArgumentError, "Missing the required parameter '
|
220
|
+
# @return [Array<(GetChargeResponse, Integer, Hash)>] GetChargeResponse data, response status code and response headers
|
221
|
+
def get_charge_with_http_info(charge, opts = {})
|
222
|
+
@api_client.config.logger.debug 'Calling API: PaymentApi.get_charge ...' if @api_client.config.debugging
|
223
|
+
# verify the required parameter 'charge' is set
|
224
|
+
raise ArgumentError, "Missing the required parameter 'charge' when calling PaymentApi.get_charge" if @api_client.config.client_side_validation && charge.nil?
|
225
225
|
|
226
226
|
# resource path
|
227
|
-
local_var_path = '/v1/
|
227
|
+
local_var_path = '/v1/charge/{charge}'.sub('{charge}', CGI.escape(charge.to_s))
|
228
228
|
|
229
229
|
# query parameters
|
230
230
|
query_params = opts[:query_params] || {}
|
@@ -241,13 +241,13 @@ module Api
|
|
241
241
|
post_body = opts[:debug_body]
|
242
242
|
|
243
243
|
# return_type
|
244
|
-
return_type = opts[:debug_return_type] || '
|
244
|
+
return_type = opts[:debug_return_type] || 'GetChargeResponse'
|
245
245
|
|
246
246
|
# auth_names
|
247
247
|
auth_names = opts[:debug_auth_names] || []
|
248
248
|
|
249
249
|
new_options = opts.merge(
|
250
|
-
:operation => :"PaymentApi.
|
250
|
+
:operation => :"PaymentApi.get_charge",
|
251
251
|
:header_params => header_params,
|
252
252
|
:query_params => query_params,
|
253
253
|
:form_params => form_params,
|
@@ -257,7 +257,132 @@ module Api
|
|
257
257
|
)
|
258
258
|
|
259
259
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
260
|
-
@api_client.config.logger.debug "API called: PaymentApi#
|
260
|
+
@api_client.config.logger.debug "API called: PaymentApi#get_charge\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" if @api_client.config.debugging
|
261
|
+
[data, status_code, headers]
|
262
|
+
end
|
263
|
+
|
264
|
+
# Get a list of charges
|
265
|
+
# Get a list of charges for a customer
|
266
|
+
# @param customer [String] @gotags: validate:\"required\"
|
267
|
+
# @param [Hash] opts the optional parameters
|
268
|
+
# @option opts [Integer] :pagination_page_size
|
269
|
+
# @option opts [String] :pagination_page_token
|
270
|
+
# @return [GetChargesResponse]
|
271
|
+
def get_charges(customer, opts = {})
|
272
|
+
data, _status_code, _headers = get_charges_with_http_info(customer, opts)
|
273
|
+
data
|
274
|
+
end
|
275
|
+
|
276
|
+
# Get a list of charges
|
277
|
+
# Get a list of charges for a customer
|
278
|
+
# @param customer [String] @gotags: validate:\"required\"
|
279
|
+
# @param [Hash] opts the optional parameters
|
280
|
+
# @option opts [Integer] :pagination_page_size
|
281
|
+
# @option opts [String] :pagination_page_token
|
282
|
+
# @return [Array<(GetChargesResponse, Integer, Hash)>] GetChargesResponse data, response status code and response headers
|
283
|
+
def get_charges_with_http_info(customer, opts = {})
|
284
|
+
@api_client.config.logger.debug 'Calling API: PaymentApi.get_charges ...' if @api_client.config.debugging
|
285
|
+
# verify the required parameter 'customer' is set
|
286
|
+
raise ArgumentError, "Missing the required parameter 'customer' when calling PaymentApi.get_charges" if @api_client.config.client_side_validation && customer.nil?
|
287
|
+
|
288
|
+
# resource path
|
289
|
+
local_var_path = '/v1/charges/{customer}'.sub('{customer}', CGI.escape(customer.to_s))
|
290
|
+
|
291
|
+
# query parameters
|
292
|
+
query_params = opts[:query_params] || {}
|
293
|
+
query_params[:'pagination.pageSize'] = opts[:pagination_page_size] unless opts[:pagination_page_size].nil?
|
294
|
+
query_params[:'pagination.pageToken'] = opts[:pagination_page_token] unless opts[:pagination_page_token].nil?
|
295
|
+
|
296
|
+
# header parameters
|
297
|
+
header_params = opts[:header_params] || {}
|
298
|
+
# HTTP header 'Accept' (if needed)
|
299
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
300
|
+
|
301
|
+
# form parameters
|
302
|
+
form_params = opts[:form_params] || {}
|
303
|
+
|
304
|
+
# http body (model)
|
305
|
+
post_body = opts[:debug_body]
|
306
|
+
|
307
|
+
# return_type
|
308
|
+
return_type = opts[:debug_return_type] || 'GetChargesResponse'
|
309
|
+
|
310
|
+
# auth_names
|
311
|
+
auth_names = opts[:debug_auth_names] || []
|
312
|
+
|
313
|
+
new_options = opts.merge(
|
314
|
+
:operation => :"PaymentApi.get_charges",
|
315
|
+
:header_params => header_params,
|
316
|
+
:query_params => query_params,
|
317
|
+
:form_params => form_params,
|
318
|
+
:body => post_body,
|
319
|
+
:auth_names => auth_names,
|
320
|
+
:return_type => return_type
|
321
|
+
)
|
322
|
+
|
323
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
324
|
+
@api_client.config.logger.debug "API called: PaymentApi#get_charges\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" if @api_client.config.debugging
|
325
|
+
[data, status_code, headers]
|
326
|
+
end
|
327
|
+
|
328
|
+
# Withdraw money from customer immediately, without redirect
|
329
|
+
# This call is synchronous. The money will be withdrawn immediately.
|
330
|
+
# @param body [WithdrawRequest]
|
331
|
+
# @param [Hash] opts the optional parameters
|
332
|
+
# @return [WithdrawResponse]
|
333
|
+
def withdraw(body, opts = {})
|
334
|
+
data, _status_code, _headers = withdraw_with_http_info(body, opts)
|
335
|
+
data
|
336
|
+
end
|
337
|
+
|
338
|
+
# Withdraw money from customer immediately, without redirect
|
339
|
+
# This call is synchronous. The money will be withdrawn immediately.
|
340
|
+
# @param body [WithdrawRequest]
|
341
|
+
# @param [Hash] opts the optional parameters
|
342
|
+
# @return [Array<(WithdrawResponse, Integer, Hash)>] WithdrawResponse data, response status code and response headers
|
343
|
+
def withdraw_with_http_info(body, opts = {})
|
344
|
+
@api_client.config.logger.debug 'Calling API: PaymentApi.withdraw ...' if @api_client.config.debugging
|
345
|
+
# verify the required parameter 'body' is set
|
346
|
+
raise ArgumentError, "Missing the required parameter 'body' when calling PaymentApi.withdraw" if @api_client.config.client_side_validation && body.nil?
|
347
|
+
|
348
|
+
# resource path
|
349
|
+
local_var_path = '/v1/withdraw'
|
350
|
+
|
351
|
+
# query parameters
|
352
|
+
query_params = opts[:query_params] || {}
|
353
|
+
|
354
|
+
# header parameters
|
355
|
+
header_params = opts[:header_params] || {}
|
356
|
+
# HTTP header 'Accept' (if needed)
|
357
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
358
|
+
# HTTP header 'Content-Type'
|
359
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
360
|
+
header_params['Content-Type'] = content_type unless content_type.nil?
|
361
|
+
|
362
|
+
# form parameters
|
363
|
+
form_params = opts[:form_params] || {}
|
364
|
+
|
365
|
+
# http body (model)
|
366
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
367
|
+
|
368
|
+
# return_type
|
369
|
+
return_type = opts[:debug_return_type] || 'WithdrawResponse'
|
370
|
+
|
371
|
+
# auth_names
|
372
|
+
auth_names = opts[:debug_auth_names] || []
|
373
|
+
|
374
|
+
new_options = opts.merge(
|
375
|
+
:operation => :"PaymentApi.withdraw",
|
376
|
+
:header_params => header_params,
|
377
|
+
:query_params => query_params,
|
378
|
+
:form_params => form_params,
|
379
|
+
:body => post_body,
|
380
|
+
:auth_names => auth_names,
|
381
|
+
:return_type => return_type
|
382
|
+
)
|
383
|
+
|
384
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
385
|
+
@api_client.config.logger.debug "API called: PaymentApi#withdraw\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" if @api_client.config.debugging
|
261
386
|
[data, status_code, headers]
|
262
387
|
end
|
263
388
|
end
|
@@ -0,0 +1,82 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# #Jamm API
|
4
|
+
#
|
5
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
|
+
#
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
|
+
#
|
9
|
+
# Generated by: https://openapi-generator.tech
|
10
|
+
# Generator version: 7.9.0
|
11
|
+
#
|
12
|
+
|
13
|
+
require 'cgi'
|
14
|
+
|
15
|
+
module Api
|
16
|
+
class WebhookServiceApi
|
17
|
+
attr_accessor :api_client
|
18
|
+
|
19
|
+
def initialize(api_client = ApiClient.default)
|
20
|
+
@api_client = api_client
|
21
|
+
end
|
22
|
+
|
23
|
+
# Message placeholder. This method is not implemented on Jamm backend.
|
24
|
+
# @param body [Object]
|
25
|
+
# @param [Hash] opts the optional parameters
|
26
|
+
# @return [MessageResponse]
|
27
|
+
def webhook_service_message(body, opts = {})
|
28
|
+
data, _status_code, _headers = webhook_service_message_with_http_info(body, opts)
|
29
|
+
data
|
30
|
+
end
|
31
|
+
|
32
|
+
# Message placeholder. This method is not implemented on Jamm backend.
|
33
|
+
# @param body [Object]
|
34
|
+
# @param [Hash] opts the optional parameters
|
35
|
+
# @return [Array<(MessageResponse, Integer, Hash)>] MessageResponse data, response status code and response headers
|
36
|
+
def webhook_service_message_with_http_info(body, opts = {})
|
37
|
+
@api_client.config.logger.debug 'Calling API: WebhookServiceApi.webhook_service_message ...' if @api_client.config.debugging
|
38
|
+
# verify the required parameter 'body' is set
|
39
|
+
raise ArgumentError, "Missing the required parameter 'body' when calling WebhookServiceApi.webhook_service_message" if @api_client.config.client_side_validation && body.nil?
|
40
|
+
|
41
|
+
# resource path
|
42
|
+
local_var_path = '/webhooks'
|
43
|
+
|
44
|
+
# query parameters
|
45
|
+
query_params = opts[:query_params] || {}
|
46
|
+
|
47
|
+
# header parameters
|
48
|
+
header_params = opts[:header_params] || {}
|
49
|
+
# HTTP header 'Accept' (if needed)
|
50
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
51
|
+
# HTTP header 'Content-Type'
|
52
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
53
|
+
header_params['Content-Type'] = content_type unless content_type.nil?
|
54
|
+
|
55
|
+
# form parameters
|
56
|
+
form_params = opts[:form_params] || {}
|
57
|
+
|
58
|
+
# http body (model)
|
59
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
60
|
+
|
61
|
+
# return_type
|
62
|
+
return_type = opts[:debug_return_type] || 'MessageResponse'
|
63
|
+
|
64
|
+
# auth_names
|
65
|
+
auth_names = opts[:debug_auth_names] || []
|
66
|
+
|
67
|
+
new_options = opts.merge(
|
68
|
+
:operation => :"WebhookServiceApi.webhook_service_message",
|
69
|
+
:header_params => header_params,
|
70
|
+
:query_params => query_params,
|
71
|
+
:form_params => form_params,
|
72
|
+
:body => post_body,
|
73
|
+
:auth_names => auth_names,
|
74
|
+
:return_type => return_type
|
75
|
+
)
|
76
|
+
|
77
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
78
|
+
@api_client.config.logger.debug "API called: WebhookServiceApi#webhook_service_message\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" if @api_client.config.debugging
|
79
|
+
[data, status_code, headers]
|
80
|
+
end
|
81
|
+
end
|
82
|
+
end
|
data/lib/jamm/api/api_client.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
data/lib/jamm/api/api_error.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -16,7 +16,7 @@ require 'time'
|
|
16
16
|
module Api
|
17
17
|
# UpdateCustomerRequest is the request to update a customer. We strongly recommend to call this endpoint when you need to update the customer's information for better experience on our dashboard and customer support. UpdateCustomerRequest はCustomerを更新するためのリクエストです。 加盟店の管理画面でより良い体験を提供し、カスタマーサポートを向上させるため、ストアの顧客情報が変更されたら 当エンドポイントを呼び出すことを推奨します。
|
18
18
|
class CustomerServiceUpdateCustomerBody
|
19
|
-
attr_accessor :email, :name, :katakana_last_name, :katakana_first_name, :address, :birth_date, :gender
|
19
|
+
attr_accessor :email, :force_kyc, :name, :katakana_last_name, :katakana_first_name, :address, :birth_date, :gender
|
20
20
|
|
21
21
|
# Arbitrary key-value additional information about the customer. All the existing metadata will be overwritten by the new metadata. Customerに関する任意のキーと値の追加情報。 すべての既存のメタデータは新しいメタデータで上書きされます。
|
22
22
|
attr_accessor :metadata
|
@@ -25,6 +25,7 @@ module Api
|
|
25
25
|
def self.attribute_map
|
26
26
|
{
|
27
27
|
:email => :email,
|
28
|
+
:force_kyc => :forceKyc,
|
28
29
|
:name => :name,
|
29
30
|
:katakana_last_name => :katakanaLastName,
|
30
31
|
:katakana_first_name => :katakanaFirstName,
|
@@ -44,6 +45,7 @@ module Api
|
|
44
45
|
def self.openapi_types
|
45
46
|
{
|
46
47
|
:email => :String,
|
48
|
+
:force_kyc => :Boolean,
|
47
49
|
:name => :String,
|
48
50
|
:katakana_last_name => :String,
|
49
51
|
:katakana_first_name => :String,
|
@@ -73,6 +75,8 @@ module Api
|
|
73
75
|
|
74
76
|
self.email = attributes[:email] if attributes.key?(:email)
|
75
77
|
|
78
|
+
self.force_kyc = attributes[:force_kyc] if attributes.key?(:force_kyc)
|
79
|
+
|
76
80
|
self.name = attributes[:name] if attributes.key?(:name)
|
77
81
|
|
78
82
|
self.katakana_last_name = attributes[:katakana_last_name] if attributes.key?(:katakana_last_name)
|
@@ -112,6 +116,7 @@ module Api
|
|
112
116
|
|
113
117
|
self.class == other.class &&
|
114
118
|
email == other.email &&
|
119
|
+
force_kyc == other.force_kyc &&
|
115
120
|
name == other.name &&
|
116
121
|
katakana_last_name == other.katakana_last_name &&
|
117
122
|
katakana_first_name == other.katakana_first_name &&
|
@@ -130,7 +135,7 @@ module Api
|
|
130
135
|
# Calculates hash code according to all attributes.
|
131
136
|
# @return [Integer] Hash code
|
132
137
|
def hash
|
133
|
-
[email, name, katakana_last_name, katakana_first_name, address, birth_date, gender, metadata].hash
|
138
|
+
[email, force_kyc, name, katakana_last_name, katakana_first_name, address, birth_date, gender, metadata].hash
|
134
139
|
end
|
135
140
|
|
136
141
|
# Builds the object from hash
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -14,7 +14,7 @@ require 'date'
|
|
14
14
|
require 'time'
|
15
15
|
|
16
16
|
module Api
|
17
|
-
class
|
17
|
+
class GooglerpcStatus
|
18
18
|
attr_accessor :code, :message, :details
|
19
19
|
|
20
20
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -48,11 +48,11 @@ module Api
|
|
48
48
|
# Initializes the object
|
49
49
|
# @param [Hash] attributes Model attributes in the form of hash
|
50
50
|
def initialize(attributes = {})
|
51
|
-
raise ArgumentError, 'The input argument (attributes) must be a hash in `Api::
|
51
|
+
raise ArgumentError, 'The input argument (attributes) must be a hash in `Api::GooglerpcStatus` initialize method' unless attributes.is_a?(Hash)
|
52
52
|
|
53
53
|
# check to see if the attribute exists and convert string to symbol for hash key
|
54
54
|
attributes = attributes.each_with_object({}) do |(k, v), h|
|
55
|
-
raise ArgumentError, "`#{k}` is not a valid attribute in `Api::
|
55
|
+
raise ArgumentError, "`#{k}` is not a valid attribute in `Api::GooglerpcStatus`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect unless self.class.attribute_map.key?(k.to_sym)
|
56
56
|
|
57
57
|
h[k.to_sym] = v
|
58
58
|
end
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# #
|
3
|
+
# #Jamm API
|
4
4
|
#
|
5
5
|
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
6
6
|
#
|
7
|
-
# The version of the OpenAPI document:
|
7
|
+
# The version of the OpenAPI document: 1.0
|
8
8
|
#
|
9
9
|
# Generated by: https://openapi-generator.tech
|
10
10
|
# Generator version: 7.9.0
|