Download the PHP package latitudefinancial/payment without Composer

On this page you can find all versions of the php package latitudefinancial/payment. 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 payment

magento2-latitude

Description

LatitudePay, Genoapay, Latitude Interest Free & GEM Payment Modules for Magento 2.

Compatible with Magento 2.3.5 onwards.

Tested up to: Magento 2.4.5.

Table of contents

Changelog

3.0.9

Older versions ### 3.0.8 - 12 December 2022 - Change status flow for capture to use custom status pending_latitude_capture, which is linked to processing state to avoid orders getting canceled by magento cron like in previous version where we used panding_payment ### 3.0.7 - 29 November 2022 - Phpcs updates for marketplace - Capture logic update to work with M2's unexpected float values - Billing address form on IF checkout ### 3.0.6 - 16 November 2022 - update curl options and header to mimic LC's original plugin ### 3.0.5 - 16 November 2022 - update curl and header options ### 3.0.4 - 10 November 2022 - Fixed logging typo - Added capture condition ### 3.0.3 - 4 November 2022 - Sanitize DOB for LatitudePay/Genoapay API ### 3.0.2 - 2 November 2022 - Add try catch to Install Schema to avoid adding existing value to DB ### 3.0.1 - 28 October 2022 - Fix widget still showing when LC is disabled - Fix PHP syntax compatibility issue with versions < 7.3 ### 3.0.0 - 18 October 2022 - Compatibility with Magento 2.4.5 - Integration of Latitude Interest Free and GEM - Upgrade Schema Implementation ### 2.0.7 - 19 July 2022 - Compatibility with Magento 2.4.4 - Adjusted module to not clear session on checkout - Update status key to pending_latitude_approval to avoid clash with other modules - Address base url information source to window.BASE_URL - Updated payment group from offline to installment - Add log to install module ### 2.0.6 - 31 March 2022 - Ensure backward compatibility with PHP 7.4 and lower ### 2.0.5 - 24 March 2022 - Adjusted composer requirement to allow smoother installation using `composer require` - Logo renderer adjusted to cater to sites using onepage checkout ### 2.0.4 - 22 March 2022 - Show module version on configuration page ### 2.0.3 - 22 March 2022 - Fix path for packagist ### 2.0.2 - 18 March 2022 - Replace Zend Logger removed in Magento 2.4.3 with a custom logger - Improve logging information ### 2.0.1 - 17 March 2022 - Change callback redirect from cart page to checkout page ### 2.0.0 - 16 March 2022 - Initial release for Magento 2 plugin rebuild

How to install module

Option 1: Composer (Recommended)

  1. Open terminal and navigate to Magento 2 root directory, for example:

  2. Run:

  3. Configure the module on Magento 2 admin backend:

Option 2: Manual

  1. Download the zip file from the latest release on GitHub

  2. Open terminal and navigate to Magento 2 root directory, for example:

  3. Copy the content of the unzipped folder and paste it into app/code/LatitudeNew/Payment folder in the Magento 2 root directory:

  4. Run:

  5. Configure the module on Magento 2 admin backend:

How to upgrade module

If you installed the module via Composer

Follow the same installation instructions via Composer above, except replace composer require with composer update.

If you installed the module manually

Follow the same manual installation instructions above and replace the content of app/code/LatitudeNew/Payment completely.


All versions of payment with dependencies

PHP Build Version
Package Version
No informations.
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 latitudefinancial/payment contains the following files

Loading the files please wait ....