lib/rsqoot/merchant.rb in rsqoot-0.5.1 vs lib/rsqoot/merchant.rb in rsqoot-0.5.2
- old
+ new
@@ -10,9 +10,10 @@
options = update_by_expire_time options
if merchant_not_latest?(id)
@rsqoot_merchant = get("merchants/#{id}", options, SqootMerchant)
@rsqoot_merchant = @rsqoot_merchant.merchant if @rsqoot_merchant
end
+ logger({uri: sqoot_query_uri, records: [@rsqoot_merchant], type: 'merchants', opts: options})
@rsqoot_merchant
end
end
end
\ No newline at end of file