mastercard_qkr 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mastercard/api/qkr/beneficiary.rb +10 -10
  3. data/lib/mastercard/api/qkr/beneficiarycustomfield.rb +3 -3
  4. data/lib/mastercard/api/qkr/card.rb +12 -12
  5. data/lib/mastercard/api/qkr/cart.rb +8 -8
  6. data/lib/mastercard/api/qkr/cartitem.rb +8 -8
  7. data/lib/mastercard/api/qkr/{vendingsession.rb → cartvalidation.rb} +6 -50
  8. data/lib/mastercard/api/qkr/country.rb +5 -5
  9. data/lib/mastercard/api/qkr/creditnote.rb +5 -5
  10. data/lib/mastercard/api/qkr/externaltrans.rb +25 -7
  11. data/lib/mastercard/api/qkr/forgottenpassword.rb +3 -3
  12. data/lib/mastercard/api/qkr/form.rb +3 -3
  13. data/lib/mastercard/api/qkr/formsubmission.rb +5 -5
  14. data/lib/mastercard/api/qkr/{machine.rb → inboxmessage.rb} +9 -21
  15. data/lib/mastercard/api/qkr/lightbox.rb +5 -5
  16. data/lib/mastercard/api/qkr/menu.rb +3 -3
  17. data/lib/mastercard/api/qkr/merchant.rb +5 -5
  18. data/lib/mastercard/api/qkr/order.rb +10 -10
  19. data/lib/mastercard/api/qkr/orderahead.rb +3 -3
  20. data/lib/mastercard/api/qkr/orderaheadmenu.rb +3 -3
  21. data/lib/mastercard/api/qkr/ordercalendar.rb +3 -3
  22. data/lib/mastercard/api/qkr/orderslot.rb +3 -3
  23. data/lib/mastercard/api/qkr/ordertotal.rb +3 -3
  24. data/lib/mastercard/api/qkr/posorder.rb +5 -5
  25. data/lib/mastercard/api/qkr/pospaymentnotification.rb +3 -3
  26. data/lib/mastercard/api/qkr/prodgroup.rb +3 -3
  27. data/lib/mastercard/api/qkr/refund.rb +3 -3
  28. data/lib/mastercard/api/qkr/resendotp.rb +3 -3
  29. data/lib/mastercard/api/qkr/resourceconfig.rb +2 -2
  30. data/lib/mastercard/api/qkr/securityquestion.rb +3 -3
  31. data/lib/mastercard/api/qkr/trans.rb +9 -9
  32. data/lib/mastercard/api/qkr/updatepassword.rb +3 -3
  33. data/lib/mastercard/api/qkr/user.rb +10 -10
  34. data/lib/mastercard/api/qkr/userimage.rb +6 -6
  35. data/lib/mastercard/api/qkr/usersession.rb +47 -3
  36. data/lib/mastercard/api/qkr/verifyotp.rb +3 -3
  37. data/lib/mastercard_qkr.rb +2 -3
  38. metadata +8 -10
  39. 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
- '2d6ceb2d-9c0b-4646-a296-02f52a493e18' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/posPaymentNotification/pat", "create", [], []),
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("2d6ceb2d-9c0b-4646-a296-02f52a493e18", PosPaymentNotification.new(mapObj))
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
- '01d523f3-d23e-45d2-b86b-6ecab1abffc0' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/prodGroup/{id}", "read", [], []),
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("01d523f3-d23e-45d2-b86b-6ecab1abffc0",ProdGroup.new(mapObj))
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
- 'fa4cfc1b-3fdd-4600-8fea-f09d93f62a4d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/refund", "create", [], []),
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("fa4cfc1b-3fdd-4600-8fea-f09d93f62a4d", Refund.new(mapObj))
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
- '2c1671fc-57b1-42b8-816d-e598f7c22ead' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/resendOTP", "create", [], []),
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("2c1671fc-57b1-42b8-816d-e598f7c22ead", ResendOTP.new(mapObj))
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.2.0"
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
- 'b32a0c8e-e859-4ecf-b17e-9feadbedadaf' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/securityQuestion", "query", [], []),
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("b32a0c8e-e859-4ecf-b17e-9feadbedadaf",SecurityQuestion.new(criteria))
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
- '3d953406-5f43-472f-bfb3-f16414282632' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans", "create", ["X-Auth-Token"], []),
41
- '3a5d8881-5d07-44d6-9e1b-64618fe77ce6' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans", "query", ["X-Auth-Token"], ["from","to"]),
42
- '55772f36-b415-4cfa-8df2-fc174ef2847d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans/{id}", "read", ["X-Auth-Token"], []),
43
- 'f784a6e5-3421-4a68-99ce-998c27e628bf' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans/{id}", "update", ["X-Auth-Token"], []),
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("3d953406-5f43-472f-bfb3-f16414282632", Trans.new(mapObj))
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("3a5d8881-5d07-44d6-9e1b-64618fe77ce6",Trans.new(criteria))
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("55772f36-b415-4cfa-8df2-fc174ef2847d",Trans.new(mapObj))
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("f784a6e5-3421-4a68-99ce-998c27e628bf",self)
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
- 'b0a96089-6dbb-449c-9909-b525af6119fe' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/updatePassword", "update", ["X-Auth-Token"], []),
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("b0a96089-6dbb-449c-9909-b525af6119fe",self)
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
- '4e346206-d561-4e89-aebf-6c6fd9055d8d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "create", ["X-Auth-Token"], []),
41
- '9cfeb45c-c49c-412b-96c3-691a4f361631' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "delete", ["X-Auth-Token"], []),
42
- 'f7b535fc-a333-4a01-8775-57f297175908' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "query", ["X-Auth-Token"], []),
43
- '198d190c-5c6b-4d85-bcf5-12e4eff72f87' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "update", ["X-Auth-Token"], []),
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("4e346206-d561-4e89-aebf-6c6fd9055d8d", User.new(mapObj))
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("9cfeb45c-c49c-412b-96c3-691a4f361631", mapObj)
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("9cfeb45c-c49c-412b-96c3-691a4f361631", self)
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("f7b535fc-a333-4a01-8775-57f297175908",User.new(criteria))
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("198d190c-5c6b-4d85-bcf5-12e4eff72f87",self)
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
- '95c1cca6-9e82-418f-8a3e-603e51aabec5' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userImage", "create", [], []),
41
- '8e9231ad-7200-4faa-81cd-6756cfe4f2df' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userImage/{id}", "delete", [], []),
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("95c1cca6-9e82-418f-8a3e-603e51aabec5", UserImage.new(mapObj))
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("8e9231ad-7200-4faa-81cd-6756cfe4f2df", mapObj)
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("8e9231ad-7200-4faa-81cd-6756cfe4f2df", self)
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
- 'bcc74cb8-bd39-4c16-81c2-023b1c5f64db' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userSession", "create", [], []),
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("bcc74cb8-bd39-4c16-81c2-023b1c5f64db", UserSession.new(mapObj))
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
- 'be769aa8-4199-46c7-9ef0-fce82e3dae94' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/verifyOTP", "update", [], []),
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("be769aa8-4199-46c7-9ef0-fce82e3dae94",self)
68
+ return self.class.execute("7172785d-84d2-4481-9024-f270f2516df3",self)
69
69
  end
70
70
 
71
71
 
@@ -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'