-
Use more valuable name, like `ct-project-payment-integration-test`
-
we currently have an issue, that we cannot checkout with a product bundle on the live system (it seemed to work in test mode before)
After talking to the technical support, it seems like all child …
-
Rest API throws 500 eror with the following error code logged:
`s:181:"Fatal Error: 'Call to a member function getAgreementIds() on null' in '/var/data/mfs/www/magento/app/code/Magento/CheckoutAgreeme…
-
the magento core getConfigData() doesn't require the quote, because the configs are loaded from the core_config_data. But in this module are some cases where to configs are loaded from the quote e.g. …
-
Hello,
if i see this correct, this happens to orders with payment method creditcard.
`Fatal error: Uncaught Error: Call to a member function hasForcedState() on boolean in app/code/core/Mage/Sal…
-
Steps to reproduce:
1. Install a fresh Magento 2.1.5 (or 2.1.6) with sample data
2. Create a customer
3. Create an order using payment method "payone_invoice", authorization method "authorize" …
-
When a gateway class defines default values for its parameters, then all requests created by that gateway class must support all the parameters that are defaulted. The tests insist on this, and it mak…
-
The current implementation is focused on supporting the typical case of one payone production portal ID.
For larger implementations it is required to enable multi-portal setups, e.g. mapping the "di…
-
I have a Fatal Error: "Call to undefined method Omnipay\Common\CreditCard::addSupportedBrand()"
(AbstractRequest, Line 721)
CreditCard of Omnipay don't have the "addSupportedBrand" Method.
It was …
-
Some Environment variables are not used in the application itself, but in tests only.
We have to re-factor the documentation and sources and avoid redundant variables.
Example:
``PAYONE_AUTH_P…