Download the PHP package altapay/magento2-3-community without Composer

On this page you can find all versions of the php package altapay/magento2-3-community. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2-3-community

ValitorOmni plugin for Magento 2.3

== Change log ==

** Version 2.0.0

* Improvements:
    - Added plugin disclaimer
    - Code refactored according to latest coding standards
    - Added support for Klarna Payments (Klarna reintegration) and credit card token
    - Added the option of choosing a logo for each payment method
    - Added new parameters, according to the payment gateway Klarna Payments updates, for the following:
        - Create payment request
        - Capture and refund
    - Added support for AVS
    - Added support for fixed amount and Buy X get Y free discount type
* Bug fixes:
    - Discount applied to shipping not sent to the payment gateway accordingly
    - Order details dependent on the current tax configuration rather than the one at the time when order was placed

** Version 1.9.0

* Improvements:
        - Added a fix in relation to a bug in Magento core source code
        - Completed the rebranding changes
        - Revamped orderlines for capture and refund calls
        - Added support for bundle product and multiple tax rules
* Bug fixes:
        - Failed order when coupon code applied only to shipping
        - Duplicated confirmation email sent when e-payments
        - Rounding mismatch issue in compensation amounts

** Version 1.8.0

* Improvements: 
        - Revamp orderlines on various coupon scenarios
        - New enhancements related to various types of discounts and tax scenarios
        - Compensation amount with shipping
        - Added support for:
            - catalog discounts in relation to the latest updates on orderlines 
            - applied discount on virtual products
* Bug fixes:
        - Partial captures failing on certain cases when Klarna used as payment method
        - Exception thrown on certain cases when refunds are made 

** Version 1.7.0

* Improvement:
        - Added support for configurable products

** Version 1.6.0

* Improvements:
        - List of supported languages is dynamically fetched; only supported by the payment gateway are available
        - Terminal dropdown list with default option
        - Added support discounts applied to shipping
        - Handle correctly virtual and downloadable products at checkout completion
* Bug fixes:
        - Payment method not always shown correctly, according to the store configuration
        - Multiple issues on shipping orderline
        - Terminal enabled based on Default instead of Store configuration level
        - Capture and refund failing on certain cases
        - Amounts having more than two digits not handled correctly
        - Error message related to the back button shown when successful payment

** Version 1.5.0

* Improvements:
    - Added support for coupons
    - Browser back button improvements
    - Separate order line for cart rules sent the payment gateway
    - Improvements on handling discounts on price including tax
    - Changed private methods to protected to allow easier rewrites(credits to Martin René Sørensen, through pull request)
* Bug fixes:
    - Unit price not fetched correctly on price including taxes
    - Order status history comment added when consumer gets redirected to the payment gateway

** Version 1.4.0

* Improvement:
    - Added more details in the history comment for failed orders
* Note:
    - Only discounts in percentage, two digits, are supported for payments made with Klarna

** Version 1.3.1

* Bug fixes:
    - 302 errors due to the missing of CsrfValidator
    - Klarna error message not shown to the consumer

** Version 1.3.0

* Improvement:
    - New database table according to the branding changes                  
    - Several refactored files                     
    - Database update for cleanup job after the rebraning changes
    - Added a second batch of branding changes (renamed layout files and references)
* Bug fixes:
    - Error not showing on browser back buton usage.
    - Discounts not handled properly due to unitPrice and discount percentage
    - PHP 7.2 limitation has been removed

** Version 1.2.0

* Improvements:
    - Invoice automatically generated when autocapture or ePayment is used
    - Added section for order status when AutoCapture is on
* Bug fixes:
    - Notification flow broken
    - Wrong module version sent to the payment gateway
        -- before installing this version please run:

** Version 1.1.0

* Improvements:
    ** Rebranding from Altapay to Valitor
    ** Platform and plugin versioning information sent to the payment gateway
    ** Added support for virtual products

* Bug fixes:
    ** Validation Error not been shown at back button from checkout page
    ** Order Status stall in "Pending"
    ** Payment capture often fails

** Version 1.0.0

* First version, having as a base the initial Magento 2 plugin (https://github.com/AltaPay/magento2)
* Note: separate plugin because of the no backward compatibility

All versions of magento2-3-community with dependencies

PHP Build Version
Package Version
Requires php Version ^5.5.0 | ^7.0.0
lsv/altapay-php-api Version ^2.1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package altapay/magento2-3-community contains the following files

Loading the files please wait ....