Giter Club home page Giter Club logo

magento2's Introduction

PicPay payment plugin for Magento 2.x

Use PicPay's plugin for Magento to offer mobile payments online in your e-commerce.

Integration

The plugin integrates Magento store with payments on PicPay App.

Requirements

The plugin supports the Magento (version 2.1 and higher).

Collaboration

We commit all our new features directly into our GitHub repository. But you can also request or suggest new features or code changes yourself!

Support

Open new issue https://github.com/PicPay/magento2/issues.

Installation

Use composer:

composer require picpay/magento2

After:

php bin/magento setup:upgrade

API Documentation

Caching / Varnish configuration

In case you are using a caching layer such as Varnish, please exclude the following URL pattern from being cached

/picpay/*

License

MIT license. For more information, see the LICENSE file.

magento2's People

Contributors

alexrili avatar andrebparpaiola avatar contardi avatar dcezario avatar deniscsz avatar jefferson-pp avatar jgcl avatar lucasqm avatar moacirjun avatar schmite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

magento2's Issues

Mobile

Para quem acessa o site faz compra com celular ou tablet tbm funciona ou somente no pc?

InvalidArgumentException

Boa tarde, estou tentando instalar o modulo e está dando esse erro:

[InvalidArgumentException]
Could not find a version of package picpay/magento2 matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

a versão do meu magento é 2.3.2

pela mensagem de erro eu devo informar uma versão mas, qual?

quem puder ajudar, agradeço :D

funciona com mobile?

Para quem acessa o site faz compra com celular ou tablet tbm funciona ou somente no pc?

Error Via Composer

Olá a comunidade..
Tive um problema no composer para a minha aplicação do magento dando o seguinte erro:
" Could not find a version of package picpay/magento2 matching your minimum-s
tability (stable). Require it with an explicit version constraint allowing
its desired stability. "
Poderiam me auxiliar em uma solução?

Não consegue obter logo PicPay

Olá, o módulo está tentando obter um arquivo svg de um endereço que aparentemente não existe mais em: https://ecommerce.picpay.com/doc/assets/picpay-logo.svg.
Ao tentar acesso o endereço o mesmo é redirecionado para: https://picpay.github.io/picpay-docs-digital-payments/

Com isso o ícone do PicPay não é exibido no formulário de pegamento do checkout. print

A função que retorna o html com essa imagem fica em: \Picpay\Payment\Model\PicpayInstructionsConfigProvider

protected function getInstructions()
    {
        $instructions = "";
        if($this->paymentHelper->useCustomForm()) {
            $instructions = $this->paymentHelper->getCustomHtmlForm();
        }
        else {
            $instructions = '<img width="150px" src="https://ecommerce.picpay.com/doc/assets/picpay-logo.svg" alt="PicPay" '
                . 'style="background-color: rgb(33, 194, 94); border: 0; padding: 10px;" />'
                . '<br/>'
                . '<p>Não conhece o PicPay? '
                . '<a href="https://www.picpay.com/site" target="_blank">Clique aqui</a>'
                . ' e baixe agora para efetuar seu pagamento.</p>';
        }
        return $instructions;
    }

PHP Fatal error: Uncaught Error: Call to undefined method

Estou tendo o problema abaixo:

PHP Fatal error: Uncaught Error: Call to undefined method Magento\Payment\Gateway\Data\Order\OrderAdapter::getCustomerIsGuest() in /home/*******/public_html/atividades/app/code/Picpay/Payment/Helper/Data.php:593

Line: 593 - 599
if(!$order->getCustomerIsGuest()){
$customerId = $order->getCustomerId();
$customer = $this->customerRepositoryInterface->getById($customerId);
if ($customer && $customer->getId()) {
$taxvat = $customer->getTaxvat();
}

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.