pgapi 6.x-2.0-beta1

New features
Bug fixes

New release of PGAPI.
Added new payment gateways.
Code clean-up.

pgapi 6.x-1.2-beta6

New features
Bug fixes

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

New features
Bug fixes

bugfix #792434,
payment form adjasted for AJAX usage,
pg_account moved to separated project

pgapi 6.x-1.2-beta3

New features

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

pgapi 6.x-1.1-beta1

New features

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

New features
Bug fixes

- 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.

Subscribe with RSS Subscribe to Releases for pgapi - Payment Gateway API