# File lib/active_merchant/lib/post_data.rb, line 7
  def []=(key, value)
    return if value.blank? && !required?(key)
    super
  end