spec/webmock_helpers.rb in softcover-0.8.6 vs spec/webmock_helpers.rb in softcover-0.8.7
- old
+ new
@@ -63,11 +63,12 @@
prices: book.prices,
faq: book.faq,
testimonials: book.testimonials,
marketing_content: '',
contact_email: book.contact_email,
- hide_custom_domain_footer: book.hide_custom_domain_footer,
- authors: book.authors
+ hide_softcover_footer: book.hide_custom_domain_footer,
+ authors: book.authors,
+ ga_account: book.ga_account
}.to_json,
:headers => headers).
to_return(:status => 200, :body => return_body, :headers => {})
stub_s3_post
\ No newline at end of file