MeUndies/cordial

View on GitHub
lib/cordial/cart.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Cordial
  class Cart < Hashie::Dash
    property :mcID
    property :customerID
    property :linkID
    property :cartID
    property :url
    property :expiration
    property :cartitems
    property :totalAmount
    property :tax
  end
end