MediaWiki fundraising/REL1_35
adyen.api.php
Go to the documentation of this file.
1<?php
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}
getAllowedParams()
Returns an array of allowed parameters (parameter name) => (default value) or (parameter name) => (ar...
Definition adyen.api.php:3
Generic Donation API This API should be able to accept donation submissions for any gateway or paymen...
defineParam( $required=false, $type='string')