lib/braintree/transaction/package_details.rb in braintree-4.20.0 vs lib/braintree/transaction/package_details.rb in braintree-4.21.0
- old
+ new
@@ -3,14 +3,17 @@
class PackageDetails
include BaseModule
attr_reader :carrier
attr_reader :id
+ # NEXT_MAJOR_VERSION Remove this method
+ # use paypal_tracker_id going forward
attr_reader :paypal_tracking_id
+ attr_reader :paypal_tracker_id
attr_reader :tracking_number
def initialize(attributes)
- set_instance_variables_from_hash attributes unless attributes.nil?
+ set_instance_variables_from_hash attributes unless attributes.nil?
end
end
end
end
\ No newline at end of file