mastercard_mpqraccept 1.0.1 → 1.0.2

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
  SHA256:
3
- metadata.gz: da31b8cc44c6b705a7b47ff10aca585a19c74cd831b873e0172600334c7d26cf
4
- data.tar.gz: da153fa679d1d7136575b3a0946fe3b8770bfc629cff394a1220f74f3af3fb79
3
+ metadata.gz: 9d3e4e6ef83f72e3655d7115af2a5903edb8ee12fa1e8f730b4b82f0e11d4ac0
4
+ data.tar.gz: fa154b3d1b8f7af3c02f74322f0ada0cb253e9bfd68f25f0f28c279bb6b57852
5
5
  SHA512:
6
- metadata.gz: 79a04c83936330570646d22a7da6894c6b3b42dacc54fd9b9a84141f205d0e3f3263cab0d0381cfd928db5046fb4ba49515f2b9eb9162182add64ebe51d80f10
7
- data.tar.gz: f6dedaeedf63fb170976eb2072d44f67d0967e1308b753164afacba93bdf744d2f54e63d2040ccdf57d5c31b5eb392aada079cf4cfc1bbedad927c718fc75458
6
+ metadata.gz: 5e5a6696dba4adb87de860e6f22ac16d74254efbcf56e1fff9fde2d665b24719f8d7b7d382dfad93a4bf3d75fe051794b162a7e11e437b93d349b18535e23f8b
7
+ data.tar.gz: 27423010293a9dbec0937a1b0a5b0595535ecf8ca879b967807dce6f7f17d6291d73d0568cbc96ed23f3b2c07d6f5d648259cb1f64fc40472947da0b4fc2d39d
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'aa27be8d-dfdb-4961-82e2-004955e2bc81' => OperationConfig.new("/labs/proxy/mpqr-accept/v1/api/bank/action_reply", "create", [], []),
40
+ '9a22a1ad-59c4-421d-b0d0-4146a9a91ef4' => OperationConfig.new("/mpqr-accept/v1/api/bank/action_reply", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [ActionReply] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("aa27be8d-dfdb-4961-82e2-004955e2bc81", ActionReply.new(mapObj))
67
+ return self.execute("9a22a1ad-59c4-421d-b0d0-4146a9a91ef4", ActionReply.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,11 +37,11 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '7abda98d-55ce-4ecb-9ebb-eb1f4854de21' => OperationConfig.new("/labs/proxy/mpqr-accept/v1/api/bank/configuration", "query", [], []),
41
- '2933601c-1bde-464a-b09a-67f1235d504e' => OperationConfig.new("/labs/proxy/mpqr-accept/v1/api/bank/configuration/publish", "update", [], []),
42
- 'b1fcdc9e-da8c-4737-9c32-7a4d893de611' => OperationConfig.new("/labs/proxy/mpqr-accept/v1/api/bank/configuration", "update", [], []),
43
- '3323ae11-e6af-4397-9e91-44f3d56f20c0' => OperationConfig.new("/labs/proxy/mpqr-accept/v1/api/bank/configuration/terminate", "update", [], []),
44
- '32d0230c-abe1-4862-8163-4c745865579e' => OperationConfig.new("/labs/proxy/mpqr-accept/v1/api/bank/configuration/unpublish", "update", [], []),
40
+ 'f104cf94-df39-4d88-b76e-d2584687c06c' => OperationConfig.new("/mpqr-accept/v1/api/bank/configuration", "query", [], []),
41
+ '52ad8869-0bcb-4262-8a6c-9524fe47270d' => OperationConfig.new("/mpqr-accept/v1/api/bank/configuration/publish", "update", [], []),
42
+ '805e8fab-a267-46e9-95fc-b616d3f56a0c' => OperationConfig.new("/mpqr-accept/v1/api/bank/configuration", "update", [], []),
43
+ '709c781e-f76e-421a-8ce4-6e09c09ef8ea' => OperationConfig.new("/mpqr-accept/v1/api/bank/configuration/terminate", "update", [], []),
44
+ 'c5c16024-841a-4379-acdd-1ee475cc8231' => OperationConfig.new("/mpqr-accept/v1/api/bank/configuration/unpublish", "update", [], []),
45
45
 
46
46
  }
47
47
 
@@ -74,7 +74,7 @@ module MasterCard
74
74
  #@raise [APIException] an exception from the response status
75
75
  #
76
76
 
77
- return self.execute("7abda98d-55ce-4ecb-9ebb-eb1f4854de21",InstitutionConfiguration.new(criteria))
77
+ return self.execute("f104cf94-df39-4d88-b76e-d2584687c06c",InstitutionConfiguration.new(criteria))
78
78
  end
79
79
 
80
80
 
@@ -86,7 +86,7 @@ module MasterCard
86
86
  #@return [InstitutionConfiguration] object representing the response.
87
87
  #@raise [APIException] an exception from the response status
88
88
  #
89
- return self.class.execute("2933601c-1bde-464a-b09a-67f1235d504e",self)
89
+ return self.class.execute("52ad8869-0bcb-4262-8a6c-9524fe47270d",self)
90
90
  end
91
91
 
92
92
 
@@ -103,7 +103,7 @@ module MasterCard
103
103
  #@return [InstitutionConfiguration] object representing the response.
104
104
  #@raise [APIException] an exception from the response status
105
105
  #
106
- return self.class.execute("b1fcdc9e-da8c-4737-9c32-7a4d893de611",self)
106
+ return self.class.execute("805e8fab-a267-46e9-95fc-b616d3f56a0c",self)
107
107
  end
108
108
 
109
109
 
@@ -120,7 +120,7 @@ module MasterCard
120
120
  #@return [InstitutionConfiguration] object representing the response.
121
121
  #@raise [APIException] an exception from the response status
122
122
  #
123
- return self.class.execute("3323ae11-e6af-4397-9e91-44f3d56f20c0",self)
123
+ return self.class.execute("709c781e-f76e-421a-8ce4-6e09c09ef8ea",self)
124
124
  end
125
125
 
126
126
 
@@ -137,7 +137,7 @@ module MasterCard
137
137
  #@return [InstitutionConfiguration] object representing the response.
138
138
  #@raise [APIException] an exception from the response status
139
139
  #
140
- return self.class.execute("32d0230c-abe1-4862-8163-4c745865579e",self)
140
+ return self.class.execute("c5c16024-841a-4379-acdd-1ee475cc8231",self)
141
141
  end
142
142
 
143
143
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'f26de350-2e44-49d6-bfe1-0dff64935163' => OperationConfig.new("/labs/proxy/mpqr-accept/v1/api/bank/payment_event", "create", [], []),
40
+ '63ad476f-d0f8-421a-b434-c5e3541e1558' => OperationConfig.new("/mpqr-accept/v1/api/bank/payment_event", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [PaymentEvent] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("f26de350-2e44-49d6-bfe1-0dff64935163", PaymentEvent.new(mapObj))
67
+ return self.execute("63ad476f-d0f8-421a-b434-c5e3541e1558", PaymentEvent.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -71,7 +71,7 @@ module MasterCard
71
71
  end
72
72
 
73
73
  def getVersion
74
- return "mpqr-accept:1.0.1"
74
+ return "mpqr-accept:1.0.2"
75
75
  end
76
76
 
77
77
  def getJsonNative
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mastercard_mpqraccept
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MasterCard Worldwide
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-01 00:00:00.000000000 Z
11
+ date: 2018-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mastercard_api_core