[PSWeb] Paygate: Payeer

Add-ons [PSWeb] Paygate: Payeer 2.2.0

Register & Get access to index

pligin

Registered
pligin submitted a new resource:

[PSWeb] Paygate: Payeer - Payment Gateway Payeer for XenForo 2.x

This plugin adds the Payeer payment gateway to the XenForo 2 system.
Easy to install and configure.

FAQ
1. Upload content to site root
2. Tinctures of Merchant Payeer:
- specify the name of the merchant
- enter the secret key
- specify the key for encrypting additional parameters
- specify the domain
What you specify in the fields for the URL does not matter at all, the plugin will find where to redirect itself - it already has all the links... The fields are required, so specify the...

Read more about this resource...
 

skittels

Registered
This provider displayed without name in providers list
Снимок экрана 2023-01-22 155318.png

And get error when I try to add payment profile after saving.
Error: Call to a member function verifyConfig() on null src/XF/Admin/Controller/PaymentProfile.php:110
Code:
XF\Admin\Controller\PaymentProfile->XF\Admin\Controller\{closure}() in src/XF/Mvc/FormAction.php at line 170
XF\Mvc\FormAction->run() in src/XF/Admin/Controller/PaymentProfile.php at line 146
XF\Admin\Controller\PaymentProfile->actionSave() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2337
XF\App->run() in src/XF.php at line 524
XF::runApp() in admin.php at line 13
Code:
array(4) {
  ["url"] => string(34) "/admin.php?payment-profiles/0/save"
  ["referrer"] => string(72) "https://site.com/admin.php?payment-profiles/add&provider_id=payeer"
  ["_GET"] => array(1) {
    ["payment-profiles/0/save"] => string(0) ""
  }
  ["_POST"] => array(7) {
    ["_xfToken"] => string(8) "********"
    ["title"] => string(6) "Payeer"
    ["display_title"] => string(0) ""
    ["provider_id"] => string(6) "payeer"
    ["_xfRequestUri"] => string(50) "/admin.php?payment-profiles/add&provider_id=payeer"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Back
Top Bottom