Skip to content

Commit a6dca30

Browse files
committed
Fixes fulfillment notify_customer type
1 parent dc4ca4b commit a6dca30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shopify_api/rest/resources/2025_01/fulfillment.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)
6363
attr_reader :location_id
6464
sig { returns(T.nilable(String)) }
6565
attr_reader :name
66-
sig { returns(T.nilable(Integer)) }
66+
sig { returns(T.nilable(T::Boolean)) }
6767
attr_reader :notify_customer
6868
sig { returns(T.nilable(Integer)) }
6969
attr_reader :order_id

0 commit comments

Comments
 (0)