mastercard_stpapisdk 0.0.2 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 157ef7c908d8c61bd50625581b3577742f88e774
4
- data.tar.gz: 0fee903a149f9d1dd7b07658c2da961c11a445c6
3
+ metadata.gz: a69889203c1bc8c81c23982e2d71964beab16d7d
4
+ data.tar.gz: 6b75e78df77e51f2a67dcd9c1f4fb8c6075139a3
5
5
  SHA512:
6
- metadata.gz: 4b5eb57d8f90437d99cf6309e8a7d12c25e7250649b9537d7de588a71cb986ec16e72884d31ffb06e0cd0e297f6d18ab0f3fcff21fabd721cf2306075e71f81b
7
- data.tar.gz: e60565ecc50f810e89adfa73ea5fdb341a95f7969e62cb9913c3d42050175c91a2fcc76d463a529ea833697a792ff4aac05c74e1a83fbf1daea1c9acd227cc47
6
+ metadata.gz: def357473d63abf7d37af99877607ef0e05fb796a63d4c9f34f4ec1c32c3088ea6a818609396692ac957119978552362e16454a1632ee72724304e8b2c184136
7
+ data.tar.gz: 0c15532f0345b8a403da49eab472d2282aa83de862fc5320f5f429370397c7fa397945062e7439703f8a499e5b70a59e04d87ae4b37e80da1aea842fb488762e
@@ -37,8 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'b31bf360-0246-4447-a401-a93ea06285a9' => OperationConfig.new("/stp-api/v1/payments/{id}", "read", [], []),
41
- '852fd07d-98a3-40e5-ad1a-c4644bf73cc6' => OperationConfig.new("/stp-api/v1/payments/{id}/status", "query", [], []),
40
+ '72aba162-a8b4-4f62-902a-62d155831da4' => OperationConfig.new("/stp-api/v1/payments/{id}", "read", [], []),
41
+ 'a110060f-8fca-4a79-bdee-4770c966e423' => OperationConfig.new("/stp-api/v1/payments/{id}/status", "query", [], []),
42
42
 
43
43
  }
44
44
 
@@ -82,7 +82,7 @@ module MasterCard
82
82
  end
83
83
  end
84
84
 
85
- return self.execute("b31bf360-0246-4447-a401-a93ea06285a9",Payment.new(mapObj))
85
+ return self.execute("72aba162-a8b4-4f62-902a-62d155831da4",Payment.new(mapObj))
86
86
  end
87
87
 
88
88
 
@@ -100,7 +100,7 @@ module MasterCard
100
100
  #@raise [APIException] an exception from the response status
101
101
  #
102
102
 
103
- return self.execute("852fd07d-98a3-40e5-ad1a-c4644bf73cc6",Payment.new(criteria))
103
+ return self.execute("a110060f-8fca-4a79-bdee-4770c966e423",Payment.new(criteria))
104
104
  end
105
105
 
106
106
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '42ce0920-dbb2-4206-9f71-f484e5965bc1' => OperationConfig.new("/stp-api/v1/payments", "create", [], []),
40
+ 'be203f33-f839-4a83-86f8-6c430d3e88b4' => OperationConfig.new("/stp-api/v1/payments", "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 [Payments] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("42ce0920-dbb2-4206-9f71-f484e5965bc1", Payments.new(mapObj))
67
+ return self.execute("be203f33-f839-4a83-86f8-6c430d3e88b4", Payments.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '5ddd59ac-7bfe-483a-bd2c-8fcad53c5b0a' => OperationConfig.new("/stp-api/v1/providers/{id}", "read", [], []),
40
+ 'e95e0070-619c-45aa-b368-43e0860a3082' => OperationConfig.new("/stp-api/v1/providers/{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("5ddd59ac-7bfe-483a-bd2c-8fcad53c5b0a",Provider.new(mapObj))
84
+ return self.execute("e95e0070-619c-45aa-b368-43e0860a3082",Provider.new(mapObj))
85
85
  end
86
86
 
87
87
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'ac0ed44e-554d-4c4a-96aa-8ee138a3605e' => OperationConfig.new("/stp-api/v1/providers", "query", [], []),
40
+ '094cd2d0-a8c9-4527-8ef3-46e27ac7fcab' => OperationConfig.new("/stp-api/v1/providers", "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("ac0ed44e-554d-4c4a-96aa-8ee138a3605e",Providers.new(criteria))
73
+ return self.execute("094cd2d0-a8c9-4527-8ef3-46e27ac7fcab",Providers.new(criteria))
74
74
  end
75
75
 
76
76
 
@@ -71,7 +71,7 @@ module MasterCard
71
71
  end
72
72
 
73
73
  def getVersion
74
- return "stp-api-sdk:0.0.2"
74
+ return "stp-api-sdk:1.0.0"
75
75
  end
76
76
 
77
77
  def getJsonNative
@@ -37,8 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '7f6e9ed8-bb36-4649-8b0c-557c8dbbc075' => OperationConfig.new("/stp-api/v1/suppliers/{id}", "read", [], []),
41
- '0ac389f5-a266-4bf4-a036-d8b651419fe5' => OperationConfig.new("/stp-api/v1/suppliers/{id}", "update", [], []),
40
+ '807f78d2-0a64-4626-9a69-9270609ead90' => OperationConfig.new("/stp-api/v1/suppliers/{id}", "read", [], []),
41
+ '8118af73-5b74-4174-bd6f-5f5f0802f21c' => OperationConfig.new("/stp-api/v1/suppliers/{id}", "update", [], []),
42
42
 
43
43
  }
44
44
 
@@ -82,7 +82,7 @@ module MasterCard
82
82
  end
83
83
  end
84
84
 
85
- return self.execute("7f6e9ed8-bb36-4649-8b0c-557c8dbbc075",Supplier.new(mapObj))
85
+ return self.execute("807f78d2-0a64-4626-9a69-9270609ead90",Supplier.new(mapObj))
86
86
  end
87
87
 
88
88
 
@@ -95,7 +95,7 @@ module MasterCard
95
95
  #@return [Supplier] object representing the response.
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
- return self.class.execute("0ac389f5-a266-4bf4-a036-d8b651419fe5",self)
98
+ return self.class.execute("8118af73-5b74-4174-bd6f-5f5f0802f21c",self)
99
99
  end
100
100
 
101
101
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'a32eee61-7c83-45be-be33-a4220bcfde76' => OperationConfig.new("/stp-api/v1/suppliers", "create", [], []),
40
+ '0cd986e7-894a-40bf-830e-81dc05286d9e' => OperationConfig.new("/stp-api/v1/suppliers", "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 [Suppliers] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("a32eee61-7c83-45be-be33-a4220bcfde76", Suppliers.new(mapObj))
67
+ return self.execute("0cd986e7-894a-40bf-830e-81dc05286d9e", Suppliers.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_stpapisdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 1.0.0
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-03-07 00:00:00.000000000 Z
11
+ date: 2018-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mastercard_api_core