Преглед на файлове

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
     }
   ]
-}
+}