Sha256: 134d02950201a57a0cea548a9cdaa274c3876c1ec0f708e925ab53862ab61775

Contents?: true

Size: 231 Bytes

Versions: 59

Compression:

Stored size: 231 Bytes

Contents

class Auth::Shopping::CartItemPaymentResult
	include Auth::Concerns::ChiefModelConcern
	field :cart_item_ids, type: Array, default: []
	field :results, type: Array, default: []
	field :time, type: Integer
	#embedded_in :payment
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wordjelly-auth-1.1.7 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.1.6 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.1.5 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.1.4 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.1.3 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.1.2 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.1.1 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.1.0 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.0.9 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.0.8 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.0.5 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.0.4 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.0.3 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.0.2 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-0.0.8 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-0.0.5 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-0.0.4 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-0.0.3 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-0.0.1 app/models/auth/shopping/cart_item_payment_result.rb