pgapi 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-2.0-beta1.tar.gz | 153.95 KB | 59bb85a2fbb8fc7080a0604e05007f82 |
| pgapi-6.x-2.0-beta1.zip | 183.1 KB | 817e09e7f4990932e109b0095620f912 |
Release notes
New release of PGAPI.
Added new payment gateways.
Code clean-up.
pgapi 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| pgapi-7.x-2.x-dev.tar.gz | 139.56 KB | be0e1bbcabc9a7b68fa835aa7db665d8 |
| pgapi-7.x-2.x-dev.zip | 168.02 KB | a023b3a15e715a2598747f254413cf8f |
Release notes
Branch 7.x-2.x added.
pgapi 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| pgapi-7.x-1.x-dev.tar.gz | 139.56 KB | 23e1e94898b2e09d5a465c836720ffaf |
| pgapi-7.x-1.x-dev.zip | 168.02 KB | 337191d4844ec1af10db656b61ee8f65 |
Release notes
branch for D7 version of module
pgapi 6.x-1.2-beta6
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-1.2-beta6.tar.gz | 38.53 KB | b139665a47bb2d2619368f24b6742c7f |
| pgapi-6.x-1.2-beta6.zip | 56.19 KB | d744deb7eda5fd2cfc0200453dac4aba |
Release notes
bugfix #792434,
payment form adjasted for AJAX usage,
pg_account moved to separated project
PS: beta5 does not have gateway by mistake
pgapi 6.x-1.2-beta5
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-1.2-beta5.tar.gz | 10.94 KB | 26d7d9750786d597ce00bee69038777e |
| pgapi-6.x-1.2-beta5.zip | 12.17 KB | 4b1657c39fe24d0b6e54e4bd3fb7ecb5 |
Release notes
bugfix #792434,
payment form adjasted for AJAX usage,
pg_account moved to separated project
pgapi 6.x-1.2-beta4
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-1.2-beta4.tar.gz | 55.2 KB | 12e5cb39f0e883c1dd32b953e36d9378 |
| pgapi-6.x-1.2-beta4.zip | 85.22 KB | b1fe86b7ae4d2c45bd048f224df3f569 |
Release notes
bugfix #344809
pgapi 6.x-1.2-beta3
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-1.2-beta3.tar.gz | 55.17 KB | 4ec79d366a2fd54a15bfae21e02e40e5 |
| pgapi-6.x-1.2-beta3.zip | 85.25 KB | 1c7c1b8c65d7a57d80f90003c4e566ef |
Release notes
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 |
| pgapi-6.x-1.2-beta2.zip | 100.83 KB | ce4295a6b651af3ed4e324d620794f79 |
Release notes
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 |
| pgapi-6.x-1.1-beta1.zip | 90.03 KB | 7a100da17820c4bdaeb4356def6d0f53 |
Release notes
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.
Read morepgapi 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| pgapi-6.x-1.x-dev.tar.gz | 153.94 KB | 0ec028513d57ab16ea53e8f93f4904d2 |
| pgapi-6.x-1.x-dev.zip | 183.08 KB | eca3e32e4c868c159de717389f26fea8 |
Release notes
- 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.