lib/ledger_sync/adaptors/test/customer/operations/update.rb in ledger_sync-1.1.3 vs lib/ledger_sync/adaptors/test/customer/operations/update.rb in ledger_sync-1.3.1

- old
+ new

@@ -9,9 +9,10 @@ required(:external_id).maybe(:string) required(:ledger_id).filled(:string) optional(:email).maybe(:string) required(:name).filled(:string) optional(:phone_number).maybe(:string) + required(:subsidiary).maybe(:hash, Types::Reference) end end end end end