Download the PHP package codefit/vl-conversion without Composer
On this page you can find all versions of the php package codefit/vl-conversion. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package vl-conversion
VaseLekarny Conversion Package
This package provides conversion functionality for VaseLekarny.
Installation
You can install the package via composer:
Usage
Conversion Data Structure
When sending a conversion, you need to provide the following data structure:
Required Fields
order_id: Unique identifier of the order (string)customer: Object containing customer informationemail: Customer's email address (string)name: Customer's full name (string)
products: Array of ordered productsid: Product identifier (string)name: Product name (string)price: Product price including VAT (float)quantity: Quantity of the product (integer)
total_value: Total order value including VAT (float)
Error Handling
The package throws VaseLekarny\Exceptions\ApiException when API requests fail. You can catch these exceptions to handle errors:
License
The MIT License (MIT). Please see License File for more information.
All versions of vl-conversion with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package codefit/vl-conversion contains the following files
Loading the files please wait ...