MediaWiki
fundraising/REL1_35
adyen.api.php
Go to the documentation of this file.
1
<?php
2
class
AdyenDonationApi
extends
DonationApi
{
3
public
function
getAllowedParams
() {
4
return
parent::getAllowedParams() + [
5
'color_depth'
=> $this->
defineParam
(),
6
'encrypted_card_number'
=> $this->
defineParam
(),
7
'encrypted_expiry_month'
=> $this->
defineParam
(),
8
'encrypted_expiry_year'
=> $this->
defineParam
(),
9
'encrypted_security_code'
=> $this->
defineParam
(),
10
'issuer_id'
=> $this->
defineParam
(),
11
'java_enabled'
=> $this->
defineParam
(),
12
'screen_height'
=> $this->
defineParam
(),
13
'screen_width'
=> $this->
defineParam
(),
14
'time_zone_offset'
=> $this->
defineParam
(),
15
'payment_token'
=> $this->
defineParam
(),
16
];
17
}
18
}
AdyenDonationApi
Definition
adyen.api.php:2
AdyenDonationApi\getAllowedParams
getAllowedParams()
Returns an array of allowed parameters (parameter name) => (default value) or (parameter name) => (ar...
Definition
adyen.api.php:3
DonationApi
Generic Donation API This API should be able to accept donation submissions for any gateway or paymen...
Definition
donation.api.php:10
DonationApi\defineParam
defineParam( $required=false, $type='string')
Definition
donation.api.php:89
extensions
DonationInterface
adyen_gateway
adyen.api.php
Generated on Mon Nov 25 2024 16:14:02 for MediaWiki by
1.10.0