Add a merchant

This commit is contained in:
Dan Milne
2019-10-21 16:54:21 +11:00
parent f1f2b6bec2
commit cdaf16ec8a

View File

@@ -32,6 +32,10 @@ module Paapi
get(%w{Price}) get(%w{Price})
end end
def merchant
get(%w{MerchantInfo Name})
end
def condition def condition
get(%w{Condition Value}) get(%w{Condition Value})
end end