dji 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c3a538f91ed7bd648f48b5ce41eb0024bc0067e
4
- data.tar.gz: 252ae364633d25773b65eb41fbc7a5f2ac1aab4b
3
+ metadata.gz: 0ea334a81926d812f389b361107c36a3f8410ef4
4
+ data.tar.gz: 3f4ea4d8e6cec8807105a69d16c55f7924f88e1e
5
5
  SHA512:
6
- metadata.gz: c55289d434be6f23d458879ee803a34603b476f4add2a533f76d6ace4120f33b22c077139e9ef323c4847ea068f399305b10217dc5988dadde8d1b64d3e280c3
7
- data.tar.gz: 2939effff36c04caf3d127280ecc7641959db965ff6429cd0e9d43e1cce6264556433ca6ab4459f496c2ea446393a1ca00541ac8bbd07788813862af07e12111
6
+ metadata.gz: 36a63f2eeb4e53feb7e48172461d586e3c480c84f7bf6eeb1d240c0cec2af57b2061f819777f071b11b8d5258b880d7732e6df4ceacd7edbede434796b12e32a
7
+ data.tar.gz: f4d2a5cf9da4ea195f2f71d6117f8dac6d8fed829509158f8a10807a829719eb76e03831690945f99043a17c488caea8492cc81965396e76102dc492095acd93
@@ -75,6 +75,7 @@ module DJI
75
75
  data[:debug] = options[:debug] if options[:debug].present?
76
76
  data[:dji_username] = options[:dji_username] if options[:dji_username].present?
77
77
  data[:email_address] = options[:email_address] if options[:email_address].present?
78
+ data[:phone_tail] = options[:phone_tail]
78
79
  data[:order_time] = options[:order_time] if options[:order_time].present?
79
80
  data[:shipping_country] = options[:country] if options[:country].present?
80
81
 
@@ -122,6 +123,7 @@ module DJI
122
123
  order_time: data[:order_time],
123
124
  payment_status: data[:payment_status],
124
125
  payment_total: data[:total],
126
+ phone_tail: data[:phone_tail],
125
127
  shipping_country: data[:shipping_country],
126
128
  shipping_status: data[:shipping_status],
127
129
  shipping_company: data[:shipping_company],
data/lib/dji/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DJI
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dji
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Elliott