Conversation
…rface fields Add visual_id, created_at, updated_at to Order and Invoice models; add created_at and updated_at to Customer and Contact models; add country to CustomAddress to complete the MailAddress interface. Update all corresponding GraphQL query/mutation files to request the new fields. Update factories and model specs to cover new accessors. Also corrects the 0.16.0 CHANGELOG entry with the actual API-verified enum values and switches the README gem version badge to badge.fury.io. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
VisualIDed:visual_idaccessor added toOrderandInvoicemodels;visualIdadded to all order/invoice query and mutation.graphqlfilesTimestamps:created_at/updated_atadded toOrder,Invoice,Customer, andContactmodels and their corresponding GraphQL filesMailAddress:countryadded toCustomAddressmodel and all 6 custom_address.graphqlfiles — completes the interfaceREADME.mdswitched fromimg.shields.iotobadge.fury.ioCHANGELOG.md0.16.0 entry corrected with API-verified enum valuesTest plan
bundle exec rspec— 733 examples, 0 failures, 100% line coveragebundle exec rubocop— 217 files, no offensesOrder#visual_id,Order#created_at,Order#updated_atininvoice_spec.rb/ order factoryCustomer#created_at,Contact#created_atin model specsCustomAddress#countryincustom_address_spec.rb🤖 Generated with Claude Code