dynaccount 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/dynaccount/debtor_invoice.rb +1 -1
- data/lib/dynaccount/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b2dc3fc6c47df04108c861913e7148a7cc89200
|
4
|
+
data.tar.gz: 92c13b913a211ebea1486500b4583ea1a50c9622
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e58b94452cc96cb24838908475305776859b69a8ac78d93a139f745862fd4082e58c673d6b886a85a82e08be59083343802350a19e08b6ed48328c44fb005beb
|
7
|
+
data.tar.gz: f7577fb7e0dbd3a694c3709b6900f26e79ab5203922a813d41fa43e8b215f23b00f5cd944b7fe9b82bdf2a4f91b3ac52bd9807e3bde6b559c8fd75141bc6a5f1
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module Dynaccount
|
2
2
|
class DebtorInvoice < DynaccountObject
|
3
3
|
def self.ignore_put
|
4
|
-
[:id, :is_booked, :is_system, :is_matched, :is_reminder, :is_credited, :is_credited_complete, :is_subscription, :module_id, :time_due, :invoice_id_, :currency_rate, :sha1_ref, :is_seen, :fi_payment_id_, :accountoff_id, :vat_amount, :total_amount, :total_weight, :profit_amount]
|
4
|
+
[:id, :is_booked, :is_system, :is_matched, :is_reminder, :is_credited, :is_credited_complete, :is_subscription, :module_id, :time_due, :invoice_id_, :currency_rate, :sha1_ref, :is_seen, :fi_payment_id_, :accountoff_id, :vat_amount, :total_amount, :total_weight, :profit_amount, :public_url]
|
5
5
|
end
|
6
6
|
|
7
7
|
def self.api_path
|
data/lib/dynaccount/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dynaccount
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Frederik Spang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|