Releases for pgapi - Payment Gateway API
pgapi 6.x-1.2-beta4
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-1.2-beta4.tar.gz | 55.2 KB | 12e5cb39f0e883c1dd32b953e36d9378 |
bugfix #344809
pgapi 6.x-1.2-beta3
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-1.2-beta3.tar.gz | 55.17 KB | 4ec79d366a2fd54a15bfae21e02e40e5 |
English description:
This version has a lot of changes with API.
You don't have to create menu item payment/%gateway_name/%txnid anymore for each payment gateway.
There is 2 hooks:
- hook_pgapi_gw
are using for display information about payment gateway
- hook_pgapi_transaction
we call this hook each time, when transaction change
Also You have to create menu item , type MENU_LOCAL_TASK with path : $items['admin/pgdata/pgsettings/your_gateway_name']
And use it for configuration settings of your module
This release support next payment systems:
- webmoney
- roboxchange
- RBK money
- paypal
- linkpoint
Also, we implemented new features for pg_account. With this module you can have Website wallet for each user and user can pay from this wallet.
If your need more details, please contact me.
pgapi 6.x-1.2-beta2
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-1.2-beta2.tar.gz | 64.7 KB | 21df279a372efa0eb3cc4d66bb36cf90 |
Removed pg_simplepay.
This module should be separated.
pgapi 6.x-1.1-beta1
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-1.1-beta1.tar.gz | 55.05 KB | 3390cdb0870127fabd603a2d0fbe13f8 |
English description:
This version has a lot of changes with API.
You don't have to create menu item payment/%gateway_name/%txnid anymore for each payment gateway.
There is 2 hooks:
- hook_pgapi_gw
are using for display information about payment gateway
- hook_pgapi_transaction
we call this hook each time, when transaction change
Also You have to create menu item , type MENU_LOCAL_TASK with path : $items['admin/pgdata/pgsettings/your_gateway_name']
And use it for configuration settings of your module
This release support next payment systems:
- webmoney
- roboxchange
- RBK money
- paypal
- linkpoint
Also, we implemented new features for pg_account. With this module you can have Website wallet for each user and user can pay from this wallet.
If your need more details, please contact me.
pgapi 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-1.x-dev.tar.gz | 64.7 KB | 6ec6141a939c5c30a1b578205b0018a9 |
- pg_webmoney - full support
- pg_roboxchange - full support
- pg_account (Personal balance peer user with filling up by pgapi) - without money out settings.
- pg_simplepay - pay access into node. Sample module.
