api_sabeq_ps_v1 0.2.0 → 0.2.1

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: bd108392dedcf47eb243d3f7afb36ef399dcfb7f07bcdccc843404fe3e8b1db5
4
- data.tar.gz: e027bf7f59c0d615d2fb6f5e03c53ee5f965bde9b21257f1a4df59e5d95c2640
3
+ metadata.gz: 48798c6445a7f7630366724b293e3d978f4c37c335344083dd4ba72bd0aa9f5e
4
+ data.tar.gz: 62a5ea69705a82b99ee9baaf36edee14bf7e0da98c35d4663687b48ad001caf1
5
5
  SHA512:
6
- metadata.gz: 349c2f8e1abc4e6216806724e43dd067b686883b062319b9fceb19dafc11de74a729b8d9173b2f12ddd751ae905fb762953907d74df7b08b1d27c6a9b7a2ab04
7
- data.tar.gz: 72eacab17f87b64a6fc2b8c68b792a6fcb8dcdd4cb2bebb42cc1735dbf0f268e203ceb02ace8ea1214142de0728507ac63585a67befcc0fb33126bbfa1a515f3
6
+ metadata.gz: 3c8df850ac940dfdf73d2829e63823140d1450a5f831109c7366fcdba6564127448ce11ea3bde6e0f1177cc764d57445d319204a0f70fd2c57975e03f485338e
7
+ data.tar.gz: 213198df52e461c103d3005d8bdb7ad21463d56ae928085b3b1ff9efd8edc6920dd063111225face83a8e45f531cbe2102e4c681110db57bb13e7ce3a483872f
@@ -98,7 +98,7 @@ module ApiSabeqPsV1
98
98
  return json_response
99
99
  end
100
100
 
101
- def sabeq_api_v1_update_parcel(verification_token, collect_money, name, phone1, phone2, content, address, area_id)
101
+ def sabeq_api_v1_update_parcel(verification_token, parcel_number, collect_money, name, phone1, phone2, content, address, area_id, street_id)
102
102
  auth_link = SABEQ_URL + "/api/v1/parcels/#{parcel_number}"
103
103
  auth_json = { verification_token: verification_token,
104
104
  payment_amount: collect_money,
@@ -107,7 +107,8 @@ module ApiSabeqPsV1
107
107
  phone2: phone2,
108
108
  content: content,
109
109
  address: address,
110
- area_id: area_id }
110
+ area_id: area_id,
111
+ street_id: street_id}
111
112
  json_response = make_patch_request(auth_link, auth_json)
112
113
 
113
114
  return json_response
@@ -1,3 +1,3 @@
1
1
  module ApiSabeqPsV1
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShaimaKaraki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-03-30 00:00:00.000000000 Z
11
+ date: 2026-04-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Its a gem for sabeq.ps API helper functionalities
14
14
  email: