lib/active_merchant/billing/gateways/global_transport.rb in activemerchant-1.48.0 vs lib/active_merchant/billing/gateways/global_transport.rb in activemerchant-1.49.0
- old
+ new
@@ -172,12 +172,8 @@
InvNum: '',
ExtData: ''
}
end
- def truncate(value, max_size)
- return nil unless value
- value.to_s[0, max_size]
- end
end
end
end