- Rework perform method in
StockShaker::Client::LazadaOP
- Create new
StockShaker::Concern::Utility
- Rework Utility -> DateUtil
- Rework
client/lazada_op
- Remove
active_support
from dependencies
- assign
business_params
# lib/stock_shaker/request/jd_central_op.rb
# JDCentralOP#add_business_params line 24 - 26
@business_params = {
param_json: hash.to_json
}
- Added JD Central (TH) Integration
- Return ::Client::ShopeeOP.perform as Object type not a JSON
- Merge conflict
- Added
rescue StandardError
forShopeeOP::Client.perform
- Update gemspec
- Refactoring and publish beta version.