Skip to content
Snippets Groups Projects
Forked from project / etherapi
2 commits behind, 1 commit ahead of the upstream repository.
user avatar
Project-Update-bot authored
0b20c3e9
History
Change of parameters that go to the payment
<?php
function HOOK_etherapi_payment_params_alter(&$params, $payment, &$config){
	
}
Call upon payment, when the payment is linked to the site
<?php
function HOOK_etherapi_api_alter($payment, $fields){

}