Download the PHP package worldnettps/module-payment without Composer

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

=================================================================================== WorldNetTPS Magento 2.x Payment Page module V1.5 19-11-2018

Contributors: WorldNetTPS Link: https://worldnettps.com/ Tags: payment Tested up to: 2.1.8 Stable tag: 1.5 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html

================================ Installation ====================================

This module has to be installed after the Magento installation process.

There is one folder ("WorldnetTPS") within the WorldNetTPS Payment Page Module This folder should be placed into the "app > code" folder of the Magento root folder.

The store should be configured to be accessed through a direct domain/subdomain, not in a folder, otherwise you will encounter problems when using the plugin.

From CLI, chmod 777 on that folder recursively. Upgrade and recompile magento, deploy static content and clean the cache using the following commands:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy;
php bin/magento cache:clean;

Once the above commands are successfully completed, chmod 777 on the WorldnetTPS plugin folder recursively once again.

You will then need to go to the admin section of your Magento installation:

1) Magento Admin -> Stores -> Configuration -> Sales -> Payment Methods 2) You should then see "WorldnetTPS Payment Gateway" appear as a payment method (if not see below). 3) Click on this and select Enabled = "Yes". 4) Enter the Gateway, Currency, Terminal ID and your "Shared Secret". (These details were supplied by WorldNetTPS.) 5) Click "Save Config" in the top right corner.

====================== How to Perform Refund ======================================= To perform a refund on a transaction, Go to: Magento Admin->Sales->Invoices->View->Credit Memo...->Refund

=========================== TroubleShooting ========================================= If the module does not appear on the "Payment Methods" page you may have to clear/refresh Magento's cache. To do this go to System -> Cache Management and click the "Flush Magento Cache" button on the top right.

============================= CHANGELOG =============================================


V1.5 - $_GET and $_POST replaced with getRequest methods


V1.4 - SecureCard implemented


V1.3 - Phase 1 of a new plugin version developed and tested with Magento 2.1.8


V1.2 - Added Payzone,GlobalOnePay,AnywhereCommerce,CT Payments,PayConex Plus, CashFlows. Added Swedish Krona, Danish Krone,Australian Dollar,Canadian Dollar as currency options.


V1.1 - Added config option to use either Store Base currency or Cart Display Currency as the checkout currency.


V1.0 - Tested Magento 1.4 HPP plug-in version 1.7 in Magento 1.6.2 successfully


============================= Contact Email ============================================== For any Further Queries or Doubts Please contact us via below e-mail Email -: [email protected]

==========================================================================================


All versions of module-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 worldnettps/module-payment contains the following files

Loading the files please wait ....