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.6.0 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.5.9 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.5.8 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.5.7 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.5.6 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.5.5 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.5.4 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.5.3 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.5.2 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.5.1 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.5.0 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.4.9 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.4.8 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.4.7 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.4.6 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.4.5 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.4.4 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.4.3 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.4.2 app/models/auth/shopping/cart_item_payment_result.rb
wordjelly-auth-1.4.0 app/models/auth/shopping/cart_item_payment_result.rb