소스 검색

Added new lines to JSON resoucres

Tyler King 9 년 전
부모
커밋
5f9527751f
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      lib/shopify_api/resources/discount.rb
  2. 1 1
      test/fixtures/discount.json
  3. 1 1
      test/fixtures/discount_disabled.json
  4. 1 1
      test/fixtures/discounts.json

+ 1 - 1
lib/shopify_api/resources/discount.rb

@@ -8,4 +8,4 @@ module ShopifyAPI
       load_attributes_from_response(post(:enable))
     end
   end
-end
+end

+ 1 - 1
test/fixtures/discount.json

@@ -14,4 +14,4 @@
     "applies_to_resource": null,
     "times_used": 1
   }
-}
+}

+ 1 - 1
test/fixtures/discount_disabled.json

@@ -14,4 +14,4 @@
     "applies_to_resource": null,
     "times_used": 1
   }
-}
+}

+ 1 - 1
test/fixtures/discounts.json

@@ -31,4 +31,4 @@
       "times_used": 0
     }
   ]
-}
+}