-
| Q | A
| ----------------------- | ---
| Bug? | no
| New Feature? | yes
payone payment integration
-
What is the "vat" property for? Tax rate or tax value?
```
$lines[] = new \Omnipay\Payone\Extend\Item([
'id' => '{merchant-site-stock-ID}',
'vat' => 20, // Optional
]);
```
-
In the [Payone module documentation](https://academy.spryker.com/developing_with_spryker/3rd-party_integration/payone/integration_payment_payone_credit_card.html) there is a paragraph about PCI Compli…
-
Add automated builder on service run which verifies the required custom types exists and have proper custom fields/types
#40
- if the custom type/filed does not exists - create one
- if a custom …
-
This is a short intermediate task connected to #164 :
so far it would be nice to have better logging in case of errors from CTP or Payone portal. Sometimes now the errors/exceptions just silently "sw…
-
Hey,
we found a issue with the account payment switcher while the payone plugin is active. I guess the problem is the usage of += which throws a fatal error on php7.
PHP: 7.0.24
Plugin Version: 3…
shyim updated
7 years ago
-
Since last store update payone is using a newer basket function which does not exist in Shopware 5.1.
That currently brokes the cart.
Message:
Fatal error: Call to undefined method Shopware_Prox…
shyim updated
7 years ago
-
We just had the problem that the function `ratepayRateCalculatorAction` in the `ratepay.js` file is the same like in the Original Ratepay Magento Extension and the file is also loaded when Ratepay by …
-
No comments - just use `SHA-2` everywhere.
Note: payone supports property `Configuration -> Payment Portals -> Extended -> Method hash calculation`= **`md5 oder sha2-384 (during migration)`**. Use …
-
Shouldn't be a big issue, but I haven't gotten around to test it yet. This is a reminder for me.