Module: FastshopCatalog

Defined in:
lib/fastshop_catalog/time.rb,
lib/fastshop_catalog/crypto.rb,
lib/fastshop_catalog/version.rb,
lib/fastshop_catalog/base_entity.rb,
lib/fastshop_catalog/base_service.rb,
lib/fastshop_catalog/entity/order.rb,
lib/fastshop_catalog/service_urls.rb,
lib/fastshop_catalog/entity/address.rb,
lib/fastshop_catalog/catalog_service.rb,
lib/fastshop_catalog/product_service.rb,
lib/fastshop_catalog/entity/order_item.rb,
lib/fastshop_catalog/service_exception.rb,
lib/fastshop_catalog/entity/participant.rb,
lib/fastshop_catalog/participant_service.rb,
lib/fastshop_catalog/external_dne_service.rb,
lib/fastshop_catalog/order_status_service.rb,
lib/fastshop_catalog/entity/business_unity.rb,
lib/fastshop_catalog/order_placement_service.rb,
lib/fastshop_catalog/check_availability_service.rb

Defined Under Namespace

Modules: Entity Classes: BaseEntity, BaseService, CatalogService, CheckAvailabilityService, Crypto, ExternalDneService, OrderPlacementService, OrderStatusService, ParticipantService, ProductService, ServiceException, ServiceUrls, Time

Constant Summary collapse

FAST_IV =

if the iv changes, you can reconfigure it here

[0xf, 0x6f, 0x13, 0x2e, 0x35, 0xc2, 0xcd, 0xf9, 0x5, 0x46, 0x9c, 0xea, 0xa8, 0x4b, 0x73, 0xcc]
DEFAULT_KEY =

if this key changes, check the readme for instructions

'D027CF4E32A9A69363DB9D72234F97B4'
VERSION =
"0.0.8"