Download the PHP package orba/magento2-payupl without Composer
On this page you can find all versions of the php package orba/magento2-payupl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download orba/magento2-payupl
More information about orba/magento2-payupl
Files in orba/magento2-payupl
Package magento2-payupl
Short Description Payu.pl integration for Magento 2
License OSL-3.0 AFL-3.0
Informations about the package magento2-payupl
This project is ABANDONNED
Orba Magento 2 Payu.pl Module
Payu.pl integration for Magento 2
Key features
- both POS types support (classic and checkout),
- multi-store support,
- full integration with Magento payment flow (transactions, refunds, etc.),
- logging all APIs exceptions and errors,
- possibility to choose payment type directly in checkout (only for classic POS),
- possibility to repeat unsuccessful payment,
- over 300 unit tests
Configuration in Payu.pl panel
You have to create new POS in Payu.pl panel for your Magento store. Both "classic" and "checkout" POS types are supported but we recommend to use "classic".
POS should have "Data coding" set to "UTF-8".
"Error return address" should be set to "yourdomain/orba_payupl/payment/end/error/%error%/session_id/%sessionId%"
"Successful return address" should be set to "yourdomain/orba_payupl/payment/end"
"Address for reports" should be set to "yourdomain/orba_payupl/payment/notify"
The string "yourdomain" should be replaced with your store domain, eg. "magento-store.pl/orba_payupl/payment/end".
For testing purposes enable "test payment". It's a fake payment method you can use during checkout. You won't be charged for anything but all the processes will work just like if it was a normal payment.
Configuration in Magento panel
The configuration can be found in Stores > Configuration > Sales > Payment Methods > ORBA | Payu.pl. It should be pretty straight-forward.
All versions of magento2-payupl with dependencies
magento/module-checkout Version 100.1.*
magento/module-payment Version 100.1.*
magento/module-sales Version 100.1.*
magento/framework Version 100.1.*
openpayu/openpayu Version 2.2.*