File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11# 2.4.14
22
3- - Correct Query Parameters for Amazon sp-api [ #98 ] ( https://github.com/patterninc/muffin_man/pull/98 )
3+ - Fixed query params of Amazon Finances API v2024-06-19 [ #98 ] ( https://github.com/patterninc/muffin_man/pull/98 )
44- [ #99 ] ( https://github.com/patterninc/muffin_man/pull/99 )
55
66# 2.4.13
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33def stub_list_financial_transactions ( posted_after :, posted_before : nil )
4- # stub_request(:get, "https://#{hostname}/finances/2024-06-19/transactions?postedAfter=#{posted_after}")
5- # .to_return(status: 200, body: File.read("./spec/support/finances/list_transactions.json"), headers: {})
64 url = "https://#{ hostname } /finances/2024-06-19/transactions?postedAfter=#{ posted_after } "
75 url += "&postedBefore=#{ posted_before } " if posted_before
86 stub_request ( :get , url )
You can’t perform that action at this time.
0 commit comments