lib/usps/api/endpoints/pts_pod.rb in usps-ruby-client-0.1.3 vs lib/usps/api/endpoints/pts_pod.rb in usps-ruby-client-0.2.0

- old
+ new

@@ -34,10 +34,10 @@ # * *:state* (String) # * *:zip* (String) # * *:verify_address* (Boolean) # * *:table_code* (required, String) # * *:cust_reg_id* (String) -def pts_pod(options = {}) + def pts_pod(options = {}) request = build_request(:pts_pod, options) get('https://secure.shippingapis.com/ShippingAPI.dll', { API: 'PTSPod', XML: request, })