werein/prestashop

View on GitHub
lib/prestashop/mapper/models/order_discount.rb

Summary

Maintainability
A
0 mins
Test Coverage
using Prestashop::Mapper::Refinement
module Prestashop
  module Mapper
    class OrderDiscount < Model
      resource :order_discounts
      model :order_discount
    end
  end
end