Giter Club home page Giter Club logo

plugin-magento's People

Contributors

akick avatar imikho avatar isitnikov avatar lshchur avatar oleksiikliuiev avatar pb-web-develop avatar printminion avatar viplifes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plugin-magento's Issues

Fatal error: Class 'LiqPay' not found in /home/olympnik/public_html/app/code/LiqpayMagento/LiqPay/Sdk/LiqPay.php on line 15

Доброго времени суток.
Установлена Magento 2.1.7. , LiqPay 3.0.
В бекэнде LiqPay появился. В config.php модуль появился. В базе данных запись о модуле появилась.
Кеш почищен.
При чекауте из корзины выдает ошибку
Good time of the day.
Magento 2.1.7 is installed. , LiqPay 3.0.
In the backend, LiqPay appeared. The config.php module has appeared. In the database, the entry for the module appeared.
The cache is cleaned.
When checking out of the basket gives an error
Fatal error: Class 'LiqPay' not found in /home/olympnik/public_html/app/code/LiqpayMagento/LiqPay/Sdk/LiqPay.php on line 15.
Подскажите пожалуста, что делать? Tell me please what to do?

Не работает с версией 2.2.1

Посмотрите пожалуйста работу модуля в версии 2.2.1. При переходе на страничку оформления заказа белый экран, как только отключаю модуль - все работает

Any repository maintainers?

Hi there,

I would like to know if there are maintainers of this repository as I see issues reported 3 years ago without any reply.

Thank you in advance.

Wrong total order value on shops with different base currency (multiple currencies)

Fixed in pull request #9

Currently liqpay/plugin-magento is sending wrong total order value via liqpay api.
It happens if you have magento shop with multiple currencies (base currency != payment currency)

IS:
$amount = $order->getBaseGrandTotal(); //6 <------- UAH value is expected
$currency = $order->getOrderCurrencyCode(); //UAH

Must be:
$amount = $order->getGrandTotal(); //155.0400
$currency = $order->getOrderCurrencyCode(); //UAH

or
$amount = $order->getBaseGrandTotal(); //6.0000
$currency = $order->getBaseCurrencyCode(); //USD

Magento 2.1.7 - LiqPay.php Compiler error

Привіт.
після установки по документації на кроку setup:di:compile бачу наступну помилку:

image

пофіксив в себе додаванням аргументу timeout в функцію api
public function api($path, $params = array(), $timeout = 5),
принаймні дало себе скомпілювати і не падає...

Visible order id in Magenta not always digital

For example order number can be "MYCOMP-5000002"
In file
app/code/local/Liqpay/Liqpay/Model/PaymentMethod.php
and string 210:
change

    if ($order_id <= 0) {
        Mage::throwException(Mage::helper('liqpay')->__('Order id is not set'));
    }

to

    if (empty($order_id)) {
        Mage::throwException(Mage::helper('liqpay')->__('Order id is not set'));
    }

Не працює callback

Привіт,

чи немає тут помилки:

в настройках мерчанта Liqpay указать server_url​ http://your_host/rest/V1/liqpay/callback, где ​http://your_host - адрес вашего сайта.

?

Бо у нашому випадку відображається таке:
screenshot_44

З повагою, Іван

Настройки коллбека

Кто может подсказать где именно настраивается УРЛ колбека в ЛК, т.к. там все не так называется уже и как проверить работает ли вообще апи?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.