api_sabeq_ps_v1 0.1.5 → 0.1.6

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: 517ba90edde8e076637800657dee5593a36d19d744c86edf5f6b3ee50b32cf70
4
- data.tar.gz: '0395a78fecf07e9fa1fe79a803e5fddd053a54116f63c12a41e4e9572914569c'
3
+ metadata.gz: 7a457d19a5cf7927c53d607fb3448c1a733a27497a4cbf89f3858492d301cb38
4
+ data.tar.gz: 447a74271013db6b63b1682f246fedd0da43ec6598c07f4673c4ee96b089905b
5
5
  SHA512:
6
- metadata.gz: ee6608d2bee695b5d84d2fd63eae3be53c3f41910a9a1e26a1fb0ad2e2e970e09b1266c422a8490a8e6161aa6bcbc87f849f0019c51ffd0bd9fbc9f74afa6776
7
- data.tar.gz: 60687b41520a659077af9129d2081c62ecceefaa701fd8a3c60993855e8dddbd1b152c7d93dfb002b099472ec3a4f74caadfb8479cee7270d26671a56bc235b6
6
+ metadata.gz: 37bee15c0d1c21d9074c3d46c0ba2972bab2019feb7a3b0a3c5c701ecfad3350e07967232baa795313cc892e9b70c27a50f5dacab32639f36b3700497ef3f8d0
7
+ data.tar.gz: 639c40343917248a937d63a22b8bc7b5e8e826a0a40e58b054ddbc098d9d788ec847b9acc0c92c956bb8bab0be2a5487bc4567ead5a9dbe1d9e75769c2983248
@@ -65,6 +65,13 @@ module ApiSabeqPsV1
65
65
  return json_response
66
66
  end
67
67
 
68
+ def sabeq_api_v1_cancel_parcel(verification_token, parcel_number)
69
+ auth_link = SABEQ_URL + "/api/v1/parcels/#{parcel_number}/cancel_parcel"
70
+ auth_json = { verification_token: verification_token }
71
+ json_response = make_get_request(auth_link, auth_json)
72
+ return json_response
73
+ end
74
+
68
75
  private
69
76
  def make_post_request(url_link, json_content)
70
77
  uri = URI.parse(url_link)
@@ -1,3 +1,3 @@
1
1
  module ApiSabeqPsV1
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_sabeq_ps_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShaimaKaraki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-10-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Its a gem for sabeq.ps API helper functionalities
14
14
  email:
@@ -40,7 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  requirements: []
43
- rubygems_version: 3.0.8
43
+ rubygems_version: 3.3.14
44
44
  signing_key:
45
45
  specification_version: 4
46
46
  summary: gem for sabeq.ps API helper functionalities