solidus_mailchimp_sync 1.0.0.beta02 → 1.0.0.beta03

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: e23d7cd3b7472f34bbfd7b8654b4fe1968887eb7
4
- data.tar.gz: 7101a2aab52bdd5eba40de6f5b7c5c1f5d8c5ecd
3
+ metadata.gz: 5e276a5b86018e981cf02bf5cbebe81926be28d9
4
+ data.tar.gz: 54a01965a2857d2da5595368a114e93071f54766
5
5
  SHA512:
6
- metadata.gz: a2ea93fae4945a1248f2356516d9a3362e8d59f4a392f814d22428f7e6f71c8dff31bfcbeb75858221175f96e04fd476a9afc92b2546674373fd7c73cf6f7d40
7
- data.tar.gz: 538504be690579e4e7b5760c8b4d2bc55ab149af9c18d22af95ed672ec0107ec6cf2af9fd611900c6f05aef32712dccddabd1d678eaab7083cd78bb5c731a062
6
+ metadata.gz: aacc687852c8e67ff013f240499497bcaf31e53b6720ec5f8a0428e1badb719f3918d127d2d98d0665e0bd47fb784fafe9af7e965b64078a2fcc9a7e7029a9a0
7
+ data.tar.gz: 0d70bdb0b6872f6056c15fdfa4989d41320e4cd9da29b19d77da51b1638051b550a78617404b3e54af4dce28ef0e543507f93e2d9ff41a34be78b23d66144f1c
@@ -31,6 +31,10 @@ module SolidusMailchimpSync
31
31
  hash["checkout_url"] = url if url
32
32
  end
33
33
 
34
+ if order.completed_at.present?
35
+ hash["processed_at_foreign"] = order.completed_at.iso8601
36
+ end
37
+
34
38
  hash["shipping_total"] = shipping_total if shipping_total
35
39
 
36
40
  hash
@@ -1,3 +1,3 @@
1
1
  module SolidusMailchimpSync
2
- VERSION = '1.0.0.beta02'
2
+ VERSION = '1.0.0.beta03'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_mailchimp_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta02
4
+ version: 1.0.0.beta03
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Rochkind, Friends of the Web
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-29 00:00:00.000000000 Z
11
+ date: 2016-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: solidus_core