定制 payfurl/module-payment 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

payfurl/module-payment

最新稳定版本:1.4.3

Composer 安装命令:

composer require payfurl/module-payment

包简介

README 文档

README

To install this Magento extension, it is recommended to switch to the development environment – don’t install Magento extensions directly in the production environment. Back up your Magento store before installing the Magento extension:

Make sure to take the latest backup of your Magento production store.

Run the following command:

php bin/magento setup:backup --code --media –db

Or you can also take a manual backup by copying your Magento directory.

Check the PHP version: Some extensions require a higher or lower PHP version. Check your current PHP version by running the command:

php -v

Enable Maintenance Mode: Enable maintenance mode before installing the extension to avoid any user issues. To enable maintenance mode run below command

php bin/magento maintenance:enable

Install Magento PayFURL Extension Through Composer

This requires complete shell SSH access to your server. If you don’t have this, please ask the service provider for it, or you can run it through the terminal on your local machine.

Step 1: Connect to SSH

After getting the SSH credentials, login to the terminal or command line through SSH. You can also use Putty to connect to SSH.

Step: 2 Run the composer command

Check the Composer version. Some extensions have dependencies with Composer versions. Run this command to check:

composer -v

or

composer –version

If your Magento version is below 2.4.2, the Composer version should be v1.

For Magento 2.4.2 and above, Composer v1 and v2 are allowed.

In this guide, we are working with Magento 2.4.6. Install the required Composer version following the guide on getcomposer.org.

Start the Composer installation.

composer require payfurl/module-payment

The extension requires a Marketplace account. Sign in to the Marketplace or create an account if you don’t have one. Go to the My Profile -> Marketplace tab and click Access keys:

My Profile -> Marketplace Access keys

If you don’t have any keys, generate them. Make sure the status of the keys is enabled.

Public key is the username.

Private key is the password.

Copy the public key and paste it to the username. You will be asked to save the credentials for later use. Please type “Y” if you want to save the settings.

Let the extension install completely. Run “composer update” after installing the Magento extension.

Step: 3 Run all commands to update the changes

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Check to see if your admin and front store are working properly.

How to configure PayFURL extension

Login to the admin interface and then go to the Stores -> Configuration, then Sales -> Payment Methods -> Payment

PayFURL Configuration

You need to select the environment and fill in Public Key and Secret Key fields. Make sure to use the right key for the environment (use the test key in sandbox and the live key in production)

统计信息

  • 总下载量: 90
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2023-11-02