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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d3e4e6ef83f72e3655d7115af2a5903edb8ee12fa1e8f730b4b82f0e11d4ac0
|
4
|
+
data.tar.gz: fa154b3d1b8f7af3c02f74322f0ada0cb253e9bfd68f25f0f28c279bb6b57852
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e5a6696dba4adb87de860e6f22ac16d74254efbcf56e1fff9fde2d665b24719f8d7b7d382dfad93a4bf3d75fe051794b162a7e11e437b93d349b18535e23f8b
|
7
|
+
data.tar.gz: 27423010293a9dbec0937a1b0a5b0595535ecf8ca879b967807dce6f7f17d6291d73d0568cbc96ed23f3b2c07d6f5d648259cb1f64fc40472947da0b4fc2d39d
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
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("
|
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
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
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("
|
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("
|
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("
|
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("
|
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("
|
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
|
-
'
|
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("
|
67
|
+
return self.execute("63ad476f-d0f8-421a-b434-c5e3541e1558", PaymentEvent.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
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.
|
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-
|
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
|