Add InPost Pay integration to admin templates
- Created a new template for the cart rule form with custom label, switch, and choice widgets. - Implemented the InPost Pay block in the order details template for displaying delivery method, APM, and VAT invoice request. - Added legacy support for the order details template to maintain compatibility with older PrestaShop versions.
This commit is contained in:
42
modules/inpostizi/vendor/php-http/message-factory/README.md
vendored
Normal file
42
modules/inpostizi/vendor/php-http/message-factory/README.md
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
# PSR-7 Message Factory
|
||||
|
||||
[](https://github.com/php-http/message-factory/releases)
|
||||
[](LICENSE)
|
||||
[](https://packagist.org/packages/php-http/message-factory)
|
||||
|
||||
**Factory interfaces for PSR-7 HTTP Message.**
|
||||
|
||||
## Obsolete
|
||||
|
||||
The PHP-HTTP factories have become obsolete with the [PSR-17](https://www.php-fig.org/psr/psr-17/) factories standard.
|
||||
All major HTTP client implementors provide [PSR-17 factories](https://packagist.org/packages/psr/http-factory).
|
||||
|
||||
This package will remain available for the time being to not break legacy code, but we encourage everybody to move to PSR-17.
|
||||
|
||||
## Install
|
||||
|
||||
Via Composer
|
||||
|
||||
``` bash
|
||||
$ composer require php-http/message-factory
|
||||
```
|
||||
|
||||
|
||||
## Documentation
|
||||
|
||||
Please see the [official documentation](http://docs.php-http.org/en/latest/message/message-factory.html).
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
|
||||
|
||||
|
||||
## Security
|
||||
|
||||
If you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org).
|
||||
|
||||
|
||||
## License
|
||||
|
||||
The MIT License (MIT). Please see [License File](LICENSE) for more information.
|
||||
Reference in New Issue
Block a user