gillbus 0.22.8 → 0.22.9

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: 521370dfeff9958e9e0010280b662abf19bd03475e34b11bba88e200242d16d9
4
- data.tar.gz: 86da4e95d9b3fba8365f9d51e22f3fb391bd59fa78f43885d1ecdd631823bbb1
3
+ metadata.gz: b85dbfeb542cb41597bcaff503e35298c94742adcf937f536f41d26849c41f0b
4
+ data.tar.gz: fe22b0ac687bf787630356475e001b40f8ecbeccb1f6a3560816b8663666a75d
5
5
  SHA512:
6
- metadata.gz: 828722af1e43fd899886cee68303f3dece0b158b14261a724a756205ca85b31c84b4b952bcdf63728e91cd5e842ba7d5bd323066cb9b340f3be9c3a60e551c85
7
- data.tar.gz: 5137b1cec581400dfb87d93828e59742278eb224f695d5ab8f957d435838f362e2c74d6f2f1baf3c01a371bcddbaa866158b4261b47f37b3fbdbc5b46b9e1635
6
+ metadata.gz: 5bdc19f44370f737270f8220415b9c6ef927a7821e08d072bf2f778c6adbfe9b847a212b53a036b7ab226772bc1459cbab5d5be29337fb16bd5de11d89d61cd0
7
+ data.tar.gz: 24b1d2cf5459a9f61bafa62adf9f2cdfd27c18562ca3bdb5f15afcdf306ed60e98f29e19444682f955d26380b5162adfd3b1d4d8e97c8cba11907b5d907952d0
@@ -287,6 +287,15 @@ class Gillbus
287
287
 
288
288
  field :is_luggage, :bool, key: 'IS_BAGGAGE'
289
289
 
290
+ # => '3257025789'
291
+ field :supplier_inn
292
+
293
+ # => '"Клен 2" ООО'
294
+ field :supplier_name
295
+
296
+ # => "+79065002926"
297
+ field :supplier_phone
298
+
290
299
  parser do
291
300
  def ticket_status(value)
292
301
  ::Gillbus::Ticket::STATUS_MAPPING[value]
@@ -1,3 +1,3 @@
1
1
  class Gillbus
2
- VERSION = '0.22.8'.freeze
2
+ VERSION = '0.22.9'.freeze
3
3
  end
@@ -40,4 +40,16 @@ class FindOrderTest < Minitest::Test
40
40
  def test_online_refund
41
41
  assert_equal(true, find_order.tickets.first.is_online_refund)
42
42
  end
43
+
44
+ def test_supplier_inn
45
+ assert_equal('3257025789', find_order.tickets.last.supplier_inn)
46
+ end
47
+
48
+ def test_supplier_name
49
+ assert_equal('"Клен 2" ООО', find_order.tickets.last.supplier_name)
50
+ end
51
+
52
+ def test_supplier_phone
53
+ assert_equal('+79065002926', find_order.tickets.last.supplier_phone)
54
+ end
43
55
  end
@@ -147,6 +147,9 @@
147
147
  <VALUE_IN_CURRENCY>0.05</VALUE_IN_CURRENCY>
148
148
  <VAT_IN_CURRENCY>0.01</VAT_IN_CURRENCY>
149
149
  </COMMISSION>
150
+ <SUPPLIER_INN>3257025789</SUPPLIER_INN>
151
+ <SUPPLIER_NAME>"Клен 2" ООО</SUPPLIER_NAME>
152
+ <SUPPLIER_PHONE>+79065002926</SUPPLIER_PHONE>
150
153
  </TICKET>
151
154
  <TICKET>
152
155
  <TICKET_NUMBER>14483</TICKET_NUMBER>
@@ -298,5 +301,8 @@
298
301
  <VALUE_IN_CURRENCY>0.05</VALUE_IN_CURRENCY>
299
302
  <VAT_IN_CURRENCY>0.01</VAT_IN_CURRENCY>
300
303
  </COMMISSION>
304
+ <SUPPLIER_INN>3257025789</SUPPLIER_INN>
305
+ <SUPPLIER_NAME>"Клен 2" ООО</SUPPLIER_NAME>
306
+ <SUPPLIER_PHONE>+79065002926</SUPPLIER_PHONE>
301
307
  </TICKET>
302
308
  </DATA>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gillbus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.8
4
+ version: 0.22.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey "codesnik" Trofimenko
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-08-03 00:00:00.000000000 Z
12
+ date: 2022-11-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport