Skip to content

Commit 2cbc26d

Browse files
authored
Merge pull request #451 from nnc/po_updated_date
Fix PurchaseOrder#updated_date_utc
2 parents cd7e9c7 + 0148f4d commit 2cbc26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/xeroizer/models/purchase_order.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ class PurchaseOrder < Base
3232
string :type
3333
decimal :currency_rate
3434
string :currency_code
35-
guid :branding_theme_id
35+
guid :branding_theme_id
3636
string :status
3737
string :line_amount_types
3838
decimal :sub_total
3939
decimal :total_tax
4040
decimal :total
41-
date :updated_date_UTC
41+
datetime_utc :updated_date_utc, :api_name => 'UpdatedDateUTC'
4242
boolean :has_attachments
4343

4444
has_many :line_items

0 commit comments

Comments
 (0)