-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy path.fernignore
More file actions
27 lines (24 loc) · 843 Bytes
/
Copy path.fernignore
File metadata and controls
27 lines (24 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
lib/square_legacy/
lib/square_legacy.rb
Rakefile
.gitignore
test/square_legacy
test/custom
.github/workflows
README.md
lib/square/file_param.rb
# Custom polling helper for the Reporting API (load_and_wait + Continue-wait
# retry loop). Unit test lives under the already-ignored test/custom. FER-11257.
lib/square/reporting_helper.rb
Gemfile.custom
custom.gemspec.rb
# Pagination is currently broken for endpoints where the page token is not submitted via a query param
# Manually fixed pagination bugs in:
lib/square/inventory/client.rb
lib/square/transfer_orders/client.rb
# Iterator does not handle nil item fields (when API returns nil instead of empty array for no items)
# Manually added nil checks to avoid calling .shift/.empty? on nil
lib/square/internal/iterators/item_iterator.rb
.fern/replay.lock
.fern/replay.yml
.gitattributes