mastercard_qkr 1.2.0 → 1.3.0
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/lib/mastercard/api/qkr/beneficiary.rb +10 -10
- data/lib/mastercard/api/qkr/beneficiarycustomfield.rb +3 -3
- data/lib/mastercard/api/qkr/card.rb +12 -12
- data/lib/mastercard/api/qkr/cart.rb +8 -8
- data/lib/mastercard/api/qkr/cartitem.rb +8 -8
- data/lib/mastercard/api/qkr/{vendingsession.rb → cartvalidation.rb} +6 -50
- data/lib/mastercard/api/qkr/country.rb +5 -5
- data/lib/mastercard/api/qkr/creditnote.rb +5 -5
- data/lib/mastercard/api/qkr/externaltrans.rb +25 -7
- data/lib/mastercard/api/qkr/forgottenpassword.rb +3 -3
- data/lib/mastercard/api/qkr/form.rb +3 -3
- data/lib/mastercard/api/qkr/formsubmission.rb +5 -5
- data/lib/mastercard/api/qkr/{machine.rb → inboxmessage.rb} +9 -21
- data/lib/mastercard/api/qkr/lightbox.rb +5 -5
- data/lib/mastercard/api/qkr/menu.rb +3 -3
- data/lib/mastercard/api/qkr/merchant.rb +5 -5
- data/lib/mastercard/api/qkr/order.rb +10 -10
- data/lib/mastercard/api/qkr/orderahead.rb +3 -3
- data/lib/mastercard/api/qkr/orderaheadmenu.rb +3 -3
- data/lib/mastercard/api/qkr/ordercalendar.rb +3 -3
- data/lib/mastercard/api/qkr/orderslot.rb +3 -3
- data/lib/mastercard/api/qkr/ordertotal.rb +3 -3
- data/lib/mastercard/api/qkr/posorder.rb +5 -5
- data/lib/mastercard/api/qkr/pospaymentnotification.rb +3 -3
- data/lib/mastercard/api/qkr/prodgroup.rb +3 -3
- data/lib/mastercard/api/qkr/refund.rb +3 -3
- data/lib/mastercard/api/qkr/resendotp.rb +3 -3
- data/lib/mastercard/api/qkr/resourceconfig.rb +2 -2
- data/lib/mastercard/api/qkr/securityquestion.rb +3 -3
- data/lib/mastercard/api/qkr/trans.rb +9 -9
- data/lib/mastercard/api/qkr/updatepassword.rb +3 -3
- data/lib/mastercard/api/qkr/user.rb +10 -10
- data/lib/mastercard/api/qkr/userimage.rb +6 -6
- data/lib/mastercard/api/qkr/usersession.rb +47 -3
- data/lib/mastercard/api/qkr/verifyotp.rb +3 -3
- data/lib/mastercard_qkr.rb +2 -3
- metadata +8 -10
- data/lib/mastercard/api/qkr/auth.rb +0 -130
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'b9ac386b-d48c-4062-a266-907fb318b20a' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/posPaymentNotification/pat", "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 [PosPaymentNotification] of the response of created instance.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
|
-
return self.execute("
|
67
|
+
return self.execute("b9ac386b-d48c-4062-a266-907fb318b20a", PosPaymentNotification.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'8ffe543c-46bc-4491-ae87-ed43fb8a3afb' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/prodGroup/{id}", "read", [], []),
|
41
41
|
|
42
42
|
}
|
43
43
|
|
@@ -81,7 +81,7 @@ module MasterCard
|
|
81
81
|
end
|
82
82
|
end
|
83
83
|
|
84
|
-
return self.execute("
|
84
|
+
return self.execute("8ffe543c-46bc-4491-ae87-ed43fb8a3afb",ProdGroup.new(mapObj))
|
85
85
|
end
|
86
86
|
|
87
87
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'25a68806-6991-4026-a4c5-c64b673a6bfc' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/refund", "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 [Refund] of the response of created instance.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
|
-
return self.execute("
|
67
|
+
return self.execute("25a68806-6991-4026-a4c5-c64b673a6bfc", Refund.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'475f9842-a14b-4b87-83db-82630745f15f' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/resendOTP", "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 [ResendOTP] of the response of created instance.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
|
-
return self.execute("
|
67
|
+
return self.execute("475f9842-a14b-4b87-83db-82630745f15f", ResendOTP.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -71,7 +71,7 @@ module MasterCard
|
|
71
71
|
end
|
72
72
|
|
73
73
|
def getVersion
|
74
|
-
return "qkr:1.
|
74
|
+
return "qkr:1.3.0"
|
75
75
|
end
|
76
76
|
|
77
77
|
def getJsonNative
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'bc26b062-8e28-4a91-ae64-aa2b35f23bb8' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/securityQuestion", "query", [], []),
|
41
41
|
|
42
42
|
}
|
43
43
|
|
@@ -70,7 +70,7 @@ module MasterCard
|
|
70
70
|
#@raise [APIException] an exception from the response status
|
71
71
|
#
|
72
72
|
|
73
|
-
return self.execute("
|
73
|
+
return self.execute("bc26b062-8e28-4a91-ae64-aa2b35f23bb8",SecurityQuestion.new(criteria))
|
74
74
|
end
|
75
75
|
|
76
76
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,10 +37,10 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
40
|
+
'0435a905-880c-4713-860d-3045a28553b6' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans", "create", ["X-Auth-Token"], []),
|
41
|
+
'25cf9283-158a-419f-9477-3acd9e753d01' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans", "query", ["X-Auth-Token"], ["from","to"]),
|
42
|
+
'9ab6303a-4539-4319-93d8-ff45539d41e9' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans/{id}", "read", ["X-Auth-Token"], []),
|
43
|
+
'eafad4be-08bf-4257-bd8e-7c58cd38f766' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans/{id}", "update", ["X-Auth-Token"], []),
|
44
44
|
|
45
45
|
}
|
46
46
|
|
@@ -67,7 +67,7 @@ module MasterCard
|
|
67
67
|
#@param Dict mapObj, containing the required parameters to create a new object
|
68
68
|
#@return [Trans] of the response of created instance.
|
69
69
|
#@raise [APIException] an exception from the response status
|
70
|
-
return self.execute("
|
70
|
+
return self.execute("0435a905-880c-4713-860d-3045a28553b6", Trans.new(mapObj))
|
71
71
|
end
|
72
72
|
|
73
73
|
|
@@ -89,7 +89,7 @@ module MasterCard
|
|
89
89
|
#@raise [APIException] an exception from the response status
|
90
90
|
#
|
91
91
|
|
92
|
-
return self.execute("
|
92
|
+
return self.execute("25cf9283-158a-419f-9477-3acd9e753d01",Trans.new(criteria))
|
93
93
|
end
|
94
94
|
|
95
95
|
|
@@ -117,7 +117,7 @@ module MasterCard
|
|
117
117
|
end
|
118
118
|
end
|
119
119
|
|
120
|
-
return self.execute("
|
120
|
+
return self.execute("9ab6303a-4539-4319-93d8-ff45539d41e9",Trans.new(mapObj))
|
121
121
|
end
|
122
122
|
|
123
123
|
|
@@ -130,7 +130,7 @@ module MasterCard
|
|
130
130
|
#@return [Trans] object representing the response.
|
131
131
|
#@raise [APIException] an exception from the response status
|
132
132
|
#
|
133
|
-
return self.class.execute("
|
133
|
+
return self.class.execute("eafad4be-08bf-4257-bd8e-7c58cd38f766",self)
|
134
134
|
end
|
135
135
|
|
136
136
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'cfe8c668-daf8-4070-85a2-c65d9de0d36c' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/updatePassword", "update", ["X-Auth-Token"], []),
|
41
41
|
|
42
42
|
}
|
43
43
|
|
@@ -65,7 +65,7 @@ module MasterCard
|
|
65
65
|
#@return [UpdatePassword] object representing the response.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
67
|
#
|
68
|
-
return self.class.execute("
|
68
|
+
return self.class.execute("cfe8c668-daf8-4070-85a2-c65d9de0d36c",self)
|
69
69
|
end
|
70
70
|
|
71
71
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,10 +37,10 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
40
|
+
'a5c612df-dcce-4b7a-889b-fe0479a60a7d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "create", ["X-Auth-Token"], []),
|
41
|
+
'5501e030-acd3-498c-aeea-f19bc78db843' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "delete", ["X-Auth-Token"], []),
|
42
|
+
'eaf5ebe4-5582-49f0-9f56-f0c74e4dea44' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "query", ["X-Auth-Token"], []),
|
43
|
+
'ea202c1d-a575-498c-bc46-1712c0d0ac47' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "update", ["X-Auth-Token"], []),
|
44
44
|
|
45
45
|
}
|
46
46
|
|
@@ -67,7 +67,7 @@ module MasterCard
|
|
67
67
|
#@param Dict mapObj, containing the required parameters to create a new object
|
68
68
|
#@return [User] of the response of created instance.
|
69
69
|
#@raise [APIException] an exception from the response status
|
70
|
-
return self.execute("
|
70
|
+
return self.execute("a5c612df-dcce-4b7a-889b-fe0479a60a7d", User.new(mapObj))
|
71
71
|
end
|
72
72
|
|
73
73
|
|
@@ -100,7 +100,7 @@ module MasterCard
|
|
100
100
|
end
|
101
101
|
end
|
102
102
|
|
103
|
-
return self.execute("
|
103
|
+
return self.execute("5501e030-acd3-498c-aeea-f19bc78db843", mapObj)
|
104
104
|
end
|
105
105
|
|
106
106
|
|
@@ -113,7 +113,7 @@ module MasterCard
|
|
113
113
|
#@raise [APIException] an exception from the response status
|
114
114
|
#
|
115
115
|
|
116
|
-
return self.class.execute("
|
116
|
+
return self.class.execute("5501e030-acd3-498c-aeea-f19bc78db843", self)
|
117
117
|
end
|
118
118
|
|
119
119
|
|
@@ -132,7 +132,7 @@ module MasterCard
|
|
132
132
|
#@raise [APIException] an exception from the response status
|
133
133
|
#
|
134
134
|
|
135
|
-
return self.execute("
|
135
|
+
return self.execute("eaf5ebe4-5582-49f0-9f56-f0c74e4dea44",User.new(criteria))
|
136
136
|
end
|
137
137
|
|
138
138
|
|
@@ -144,7 +144,7 @@ module MasterCard
|
|
144
144
|
#@return [User] object representing the response.
|
145
145
|
#@raise [APIException] an exception from the response status
|
146
146
|
#
|
147
|
-
return self.class.execute("
|
147
|
+
return self.class.execute("ea202c1d-a575-498c-bc46-1712c0d0ac47",self)
|
148
148
|
end
|
149
149
|
|
150
150
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,8 +37,8 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
40
|
+
'e12bcc2e-fd1b-4099-8c46-2e3ad43bf270' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userImage", "create", [], []),
|
41
|
+
'c66023a7-edfc-41b6-8367-0af59ed80369' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userImage/{id}", "delete", [], []),
|
42
42
|
|
43
43
|
}
|
44
44
|
|
@@ -65,7 +65,7 @@ module MasterCard
|
|
65
65
|
#@param Dict mapObj, containing the required parameters to create a new object
|
66
66
|
#@return [UserImage] of the response of created instance.
|
67
67
|
#@raise [APIException] an exception from the response status
|
68
|
-
return self.execute("
|
68
|
+
return self.execute("e12bcc2e-fd1b-4099-8c46-2e3ad43bf270", UserImage.new(mapObj))
|
69
69
|
end
|
70
70
|
|
71
71
|
|
@@ -98,7 +98,7 @@ module MasterCard
|
|
98
98
|
end
|
99
99
|
end
|
100
100
|
|
101
|
-
return self.execute("
|
101
|
+
return self.execute("c66023a7-edfc-41b6-8367-0af59ed80369", mapObj)
|
102
102
|
end
|
103
103
|
|
104
104
|
|
@@ -111,7 +111,7 @@ module MasterCard
|
|
111
111
|
#@raise [APIException] an exception from the response status
|
112
112
|
#
|
113
113
|
|
114
|
-
return self.class.execute("
|
114
|
+
return self.class.execute("c66023a7-edfc-41b6-8367-0af59ed80369", self)
|
115
115
|
end
|
116
116
|
|
117
117
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,7 +37,8 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'a8a503bc-a747-474c-bfd4-0f7bf757b471' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userSession", "create", [], []),
|
41
|
+
'f129a727-4265-44e2-8c67-1e0e8381040c' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userSession", "delete", ["X-Auth-Token"], []),
|
41
42
|
|
42
43
|
}
|
43
44
|
|
@@ -64,7 +65,7 @@ module MasterCard
|
|
64
65
|
#@param Dict mapObj, containing the required parameters to create a new object
|
65
66
|
#@return [UserSession] of the response of created instance.
|
66
67
|
#@raise [APIException] an exception from the response status
|
67
|
-
return self.execute("
|
68
|
+
return self.execute("a8a503bc-a747-474c-bfd4-0f7bf757b471", UserSession.new(mapObj))
|
68
69
|
end
|
69
70
|
|
70
71
|
|
@@ -73,6 +74,49 @@ module MasterCard
|
|
73
74
|
|
74
75
|
|
75
76
|
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
def self.deleteById(id, map = nil)
|
81
|
+
#Delete object of type UserSession by id
|
82
|
+
|
83
|
+
#@param [String] id
|
84
|
+
#@param [Dict] map, containing additional parameters
|
85
|
+
#@return [UserSession] of the response of the deleted instance.
|
86
|
+
#@raise [APIException] an exception from the response status
|
87
|
+
|
88
|
+
|
89
|
+
mapObj = UserSession.new
|
90
|
+
if !(id.nil? || id.to_s.empty?)
|
91
|
+
mapObj.set("id", id)
|
92
|
+
end
|
93
|
+
if !map.nil?
|
94
|
+
if map.instance_of? RequestMap
|
95
|
+
mapObj.setAll(map.getObject())
|
96
|
+
else
|
97
|
+
mapObj.setAll(map)
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
return self.execute("f129a727-4265-44e2-8c67-1e0e8381040c", mapObj)
|
102
|
+
end
|
103
|
+
|
104
|
+
|
105
|
+
def delete
|
106
|
+
#
|
107
|
+
#Delete object of type UserSession
|
108
|
+
|
109
|
+
#@param [String] id
|
110
|
+
#@return [UserSession] of the response of the deleted instance.
|
111
|
+
#@raise [APIException] an exception from the response status
|
112
|
+
#
|
113
|
+
|
114
|
+
return self.class.execute("f129a727-4265-44e2-8c67-1e0e8381040c", self)
|
115
|
+
end
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
76
120
|
end
|
77
121
|
end
|
78
122
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (c) 2016 MasterCard International Incorporated
|
2
|
+
# Copyright (c) 2016-2020 MasterCard International Incorporated
|
3
3
|
# All rights reserved.
|
4
4
|
#
|
5
5
|
# Redistribution and use in source and binary forms, with or without modification, are
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'7172785d-84d2-4481-9024-f270f2516df3' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/verifyOTP", "update", [], []),
|
41
41
|
|
42
42
|
}
|
43
43
|
|
@@ -65,7 +65,7 @@ module MasterCard
|
|
65
65
|
#@return [VerifyOTP] object representing the response.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
67
|
#
|
68
|
-
return self.class.execute("
|
68
|
+
return self.class.execute("7172785d-84d2-4481-9024-f270f2516df3",self)
|
69
69
|
end
|
70
70
|
|
71
71
|
|
data/lib/mastercard_qkr.rb
CHANGED
@@ -2,20 +2,20 @@ require 'mastercard_api_core'
|
|
2
2
|
|
3
3
|
require 'mastercard/api/qkr/resourceconfig'
|
4
4
|
|
5
|
-
require 'mastercard/api/qkr/auth'
|
6
5
|
require 'mastercard/api/qkr/beneficiary'
|
7
6
|
require 'mastercard/api/qkr/beneficiarycustomfield'
|
8
7
|
require 'mastercard/api/qkr/card'
|
9
8
|
require 'mastercard/api/qkr/cart'
|
10
9
|
require 'mastercard/api/qkr/cartitem'
|
10
|
+
require 'mastercard/api/qkr/cartvalidation'
|
11
11
|
require 'mastercard/api/qkr/country'
|
12
12
|
require 'mastercard/api/qkr/creditnote'
|
13
13
|
require 'mastercard/api/qkr/externaltrans'
|
14
14
|
require 'mastercard/api/qkr/forgottenpassword'
|
15
15
|
require 'mastercard/api/qkr/form'
|
16
16
|
require 'mastercard/api/qkr/formsubmission'
|
17
|
+
require 'mastercard/api/qkr/inboxmessage'
|
17
18
|
require 'mastercard/api/qkr/lightbox'
|
18
|
-
require 'mastercard/api/qkr/machine'
|
19
19
|
require 'mastercard/api/qkr/menu'
|
20
20
|
require 'mastercard/api/qkr/merchant'
|
21
21
|
require 'mastercard/api/qkr/order'
|
@@ -35,5 +35,4 @@ require 'mastercard/api/qkr/updatepassword'
|
|
35
35
|
require 'mastercard/api/qkr/user'
|
36
36
|
require 'mastercard/api/qkr/userimage'
|
37
37
|
require 'mastercard/api/qkr/usersession'
|
38
|
-
require 'mastercard/api/qkr/vendingsession'
|
39
38
|
require 'mastercard/api/qkr/verifyotp'
|