Giter Club home page Giter Club logo

plugin-magento-2's Issues

Redirect to Success Page not work

I have tested this gateway on my Magento 2.1.1. using several templates including Magento/Luma templates.
After submitting payment information and payment success, customer is not redirected to order success page.

Payment Method Not Showing On Reload

Steps To Reproduce

  1. Add item to cart and go to checkout
  2. After filling details, go to the section where available payment options are shown. If Paystack is an available payment option, the error below shows

screen shot 2019-02-19 at 3 07 56 pm

3. Without proceeding, reload the page and Paystack will no longer show as a payment option.

Fatal Error Message During Installation..

Hello, Please see below error message and please assist in how it can be resolved.

Fatal error: Uncaught TypeError: Return value of Magento\InventoryComposerInstaller\Plugin_composer_tmp1::initModuleDeployment() must be an instance of Magento\InventoryComposerInstaller\void, none returned in phar:///opt/cpanel/composer/bin/composer/src/Composer/Plugin/PluginManager.php(195) : eval()'d code:69
Stack trace:
#0 [internal function]: Magento\InventoryComposerInstaller\Plugin_composer_tmp1->initModuleDeployment(Object(Composer\Script\Event))
#1 phar:///opt/cpanel/composer/bin/composer/src/Composer/EventDispatcher/EventDispatcher.php(176): call_user_func(Array, Object(Composer\Script\Event))
#2 phar:///opt/cpanel/composer/bin/composer/src/Composer/EventDispatcher/EventDispatcher.php(96): Composer\EventDispatcher\EventDispatcher->doDispatch(Object(Composer\Script\Event))
#3 phar:///opt/cpanel/composer/bin/composer/src/Composer/Installer.php(204): Composer\EventDispatcher\EventDispatcher->dispatchScript('pre-update-cmd', true)
#4 phar:///opt/cpanel/composer/bin/composer/src/Composer/Command/RequireCommand.php(18 in phar:///opt/cpanel/composer/bin/composer/src/Composer/Plugin/PluginManager.php(195) : eval()'d code on line 69

PS: following the guide as seen here: https://paystack.helpscoutdocs.com/article/88-how-to-setup-paystack-on-magento-2

Payment tab not opening on Chrome

I have successfully installed and configured the paystack module. However, when I click on the pay button, it just keeps loading. This happens on Chrome

But on Safari, the payment goes through

Redirecting to success page

Hello, i'm sorry i had to comment on this issue. I still have a problem redirecting to success page while testing. After a payment, i see A transaction successful pop up and it disappears but the page page remains the same. It is not redirected to success page.

Magento ver. 2.26
Paystack: Magento2.1 plugin (installed using composer)
PHP Version: 7.1
Server: Linux on Google Compute engine

Originally posted by @abbeyseto in https://github.com/PaystackHQ/paystack-magento2/issue_comments#issuecomment-429990057

Additional Features for extension

The Magento Extension for Paystack needs some improvements to make it operate at full capacity. Some of these features are

  • Support Magento Instant Purchase for One Click Checkout
  • Provide customers option of storing payment information for future transactions using charge authorization.
  • Stored customer card information can be used for orders created in the frontend or backend.
  • Stored cards deleted by customer in Magento are also deactivated from the merchant's integration using the Deactivate Authorization endpoint.
  • Full and partial refund support when creating credit memos.

An example of an extension that implements this is https://github.com/pmclain/module-stripe

Autoload Error

Autoload error
Module 'Pstk_Paystack' from '/home/XXXXX/public_html/fashion/vendor/pstk/paystack-magento2-module' has been already defined in '/home/XXXXX/public_html/fashion/vendor/profibro/magento2-module-paystack'.

Please any suggestions as regards how this issue can be resolved? Thanks

Payment option not displaying at checkout page

Paystack Payment option not displaying in checkout.

-Magento Version 2.2.10
-Php Version 7.1

  • Does not display in both default checkout and Amasty checkout page

Could you please confirm this.

I thank you.

Cant view the plugin after installation

I followed the steps to install the plugin on my localhost test machine but i cant view the plugin in my payment methods, its just empty, what might be the issue?

Payment Processing Begins Before Transaction is Completed

It seems for some reason, once the pay button is clicked, Magento acts like the payment is being processed or has been processed.

This manifests in a few ways.

  1. For sites which have receipts enabled, a confirmation receipt is sent soon as the checkout form is enabled.
  2. For sites which have some processing animation enabled which should be shown after the payment is made, the animation fires soon as the checkout form is enabled e.g https://q6supermarket.ng/default/checkout/cart/#payment

Receiving payment for unordered item(s)

The issue

  1. The customer is prompted to make payment on clicking the "place order" button
  2. The payment is processed successfully
  3. The system tries to create the actual order from the quote object but fails for some reason. Let's call this reason... "network"
  4. The customer's account has been debited without an assurance of getting his/her order. The merchant most likely would never know he received payments for a good never gonna be delivered; not unless the customer complains anyway.

Solution

  1. Create the order with a "Pending Payment" status
  2. On successful order creation, prompt customer to make payments
    If payment is successful:
  3. Update the order status to "Processing"

@ibrahimlawal please let me know what's your take on this

Plugin Installation Issue on Magento 2.3.0

I have completed the following steps:

Install
Go to Magento2 root folder

Enter following command to install module:

composer require pstk/paystack-magento2-module
Wait while dependencies are updated.

but when I got to this part

Enter following commands to enable module:

php bin/magento module:enable Pstk_Paystack --clear-static-content

after entering the code I got an error message that read: Could not open input file: bin/magento

please I need assistance

Order Total Ommitted

The Paysatck M2 payment module is not taking Total Order Value.
Only Cart Total value is passed to Paystack. Shipping not included

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.