1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 15:13:29 +01:00
invoiceninja/vendor/php-payments/config/drivers/google_checkout.php
2014-04-13 09:38:15 +03:00

11 lines
155 B
PHP
Executable File

<?php
$config = array(
'merchant_id' => 'test',
'merchant_key' => 'test',
'request_buyer_phone' => true,
'button_size' => 'SMALL'
);
return $config;