Sha256: 5b082979d7bcb731e0546387d232f122c90a75af182fed03a0a444072b06b462

Contents?: true

Size: 172 Bytes

Versions: 1

Compression:

Stored size: 172 Bytes

Contents

# frozen_string_literal: true

module SolidusPayuLatam
  module PermittedAttributesConcern
    def checkout_attributes
      super | [:customer_document]
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_payu_latam-0.1.0 app/models/concerns/solidus_payu_latam/permitted_attributes_concern.rb