mastercard_installmentsfi 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9fee0cc3fa9916a635437526d550ef448882d2e2
4
- data.tar.gz: a98d7fcd01f0b2aff6c752a44f5ca6f41c0d7050
3
+ metadata.gz: fc255ed94256c20fa8449ec9af18559294021ff6
4
+ data.tar.gz: dbffc57328ea24ac4f3c579c8a429455f4b847c1
5
5
  SHA512:
6
- metadata.gz: f18691d336df9be55f83637d21c8a01f54cab6c36125fa69c5e64c9104deda72664fb2b9d7f55ac40f67073697fcc7f6b1e2ae89a0c5a0c1c89448e67be9780a
7
- data.tar.gz: 1436b00042ccfe7d72a60003f7e5242fdaf4e3558e3b35732a5317427459852b5308f31b1792d696865604d209dc7d66a217d291321031e712470bb177f11c91
6
+ metadata.gz: 84827b183d511a22e8667742093c31776d96287d95454037de224e90cd755c176ba1d3b53ba433a324542b920710a729e2f74bf278137a09e43bfb0c34db5752
7
+ data.tar.gz: a58fa3a2023449f2e9c0e3e312af0dd8de0aff74a81aca675dc616137f46b785be7bd8d63b1ee6c8498ef7f45941a446aa5dc51ff93f7f12b078890b89ca48fd
@@ -36,7 +36,7 @@ module MasterCard
36
36
  #
37
37
 
38
38
  @__store = {
39
- '82a07928-bb15-46bb-8545-a3867de75e93' => OperationConfig.new("/installmentapi/service/{:env}/v1/instalmentConfigdata", "create", [], []),
39
+ 'e0ad62a0-2890-4197-8478-77e420310bea' => OperationConfig.new("/installmentapi/service/{:env}/v1/instalmentConfigdata", "create", [], []),
40
40
 
41
41
  }
42
42
 
@@ -62,7 +62,7 @@ module MasterCard
62
62
  #@param Dict mapObj, containing the required parameters to create a new object
63
63
  #@return BackgroundConfiguration of the response of created instance.
64
64
  #
65
- return self.execute("82a07928-bb15-46bb-8545-a3867de75e93", BackgroundConfiguration.new(mapObj))
65
+ return self.execute("e0ad62a0-2890-4197-8478-77e420310bea", BackgroundConfiguration.new(mapObj))
66
66
  end
67
67
 
68
68
 
@@ -36,7 +36,7 @@ module MasterCard
36
36
  #
37
37
 
38
38
  @__store = {
39
- 'ee782b92-c771-41cb-bd2a-9dbf10cf7778' => OperationConfig.new("/installmentapi/service/{:env}/v1/calculateInstalment", "create", [], []),
39
+ 'da98a599-3781-420b-84b0-c02e3b2b165a' => OperationConfig.new("/installmentapi/service/{:env}/v1/calculateInstalment", "create", [], []),
40
40
 
41
41
  }
42
42
 
@@ -62,7 +62,7 @@ module MasterCard
62
62
  #@param Dict mapObj, containing the required parameters to create a new object
63
63
  #@return EligibilityAndCalculator of the response of created instance.
64
64
  #
65
- return self.execute("ee782b92-c771-41cb-bd2a-9dbf10cf7778", EligibilityAndCalculator.new(mapObj))
65
+ return self.execute("da98a599-3781-420b-84b0-c02e3b2b165a", EligibilityAndCalculator.new(mapObj))
66
66
  end
67
67
 
68
68
 
@@ -36,7 +36,7 @@ module MasterCard
36
36
  #
37
37
 
38
38
  @__store = {
39
- '02d0ad9c-5173-4cc4-b117-39671052be71' => OperationConfig.new("/installmentapi/service/{:env}/v1/processInstalment", "create", [], []),
39
+ '7a30f7bc-a6f3-4ab7-876c-d049269ccf6c' => OperationConfig.new("/installmentapi/service/{:env}/v1/processInstalment", "create", [], []),
40
40
 
41
41
  }
42
42
 
@@ -62,7 +62,7 @@ module MasterCard
62
62
  #@param Dict mapObj, containing the required parameters to create a new object
63
63
  #@return EligibilityAndInstallmentPlan of the response of created instance.
64
64
  #
65
- return self.execute("02d0ad9c-5173-4cc4-b117-39671052be71", EligibilityAndInstallmentPlan.new(mapObj))
65
+ return self.execute("7a30f7bc-a6f3-4ab7-876c-d049269ccf6c", EligibilityAndInstallmentPlan.new(mapObj))
66
66
  end
67
67
 
68
68
 
@@ -41,7 +41,7 @@ module MasterCard
41
41
  @override = nil
42
42
  @host = nil
43
43
  @context = nil
44
- @version = "0.0.2"
44
+ @version = "0.0.3"
45
45
 
46
46
  Config.registerResourceConfig(self)
47
47
  currentEnvironment = Config.getEnvironment()
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mastercard_installmentsfi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - MasterCard Worldwide
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-16 00:00:00.000000000 Z
11
+ date: 2017-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mastercard_api_core