dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
payment.php
Go to the documentation of this file.
1<?php
2return array(
3 'paypal' => array(
4 'enabled' => false,
5 'mode' => 'sandbox',
6 'client_id' => '',
7 'client_secret' => '',
8 'brand_name' => 'dbXapp',
9 'currency' => 'EUR',
10 ),
11);
12?>