-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from qarizma/master
Renamed gateways and fixed conflict
- Loading branch information
Showing
9 changed files
with
161 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 20 additions & 20 deletions
40
src/molliemistercash.php → src/molliebancontact_devapp.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliemistercash_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Bancontact' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliemistercash_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::MISTERCASH); | ||
} | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliebancontact_devapp_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Bancontact' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliebancontact_devapp_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::MISTERCASH); | ||
} |
40 changes: 20 additions & 20 deletions
40
src/molliebanktransfer.php → src/molliebanktransfer_devapp.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliebanktransfer_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Bank Transfer' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliebanktransfer_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::BANKTRANSFER); | ||
} | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliebanktransfer_devapp_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Bank Transfer' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliebanktransfer_devapp_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::BANKTRANSFER); | ||
} |
40 changes: 20 additions & 20 deletions
40
src/molliebelfius.php → src/molliebelfius_devapp.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliebelfius_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Belfius' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliebelfius_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::BELFIUS); | ||
} | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliebelfius_devapp_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Belfius' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliebelfius_devapp_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::BELFIUS); | ||
} |
40 changes: 20 additions & 20 deletions
40
src/molliebitcoin.php → src/molliebitcoin_devapp.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliebitcoin_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Bitcoin' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliebitcoin_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::BITCOIN); | ||
} | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliebitcoin_devapp_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Bitcoin' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliebitcoin_devapp_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::BITCOIN); | ||
} |
40 changes: 20 additions & 20 deletions
40
src/molliecreditcard.php → src/molliecreditcard_devapp.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliecreditcard_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Creditcard' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliecreditcard_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::CREDITCARD); | ||
} | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliecreditcard_devapp_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Creditcard' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliecreditcard_devapp_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::CREDITCARD); | ||
} |
40 changes: 20 additions & 20 deletions
40
src/molliepaypal.php → src/molliepaypal_devapp.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliepaypal_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie PayPal' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliepaypal_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::PAYPAL); | ||
} | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliepaypal_devapp_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie PayPal' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliepaypal_devapp_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::PAYPAL); | ||
} |
40 changes: 20 additions & 20 deletions
40
src/molliepaysafecard.php → src/molliepaysafecard_devapp.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliepaysafecard_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Paysafecard' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliepaysafecard_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::PAYSAFECARD); | ||
} | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliepaysafecard_devapp_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Paysafecard' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliepaysafecard_devapp_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::PAYSAFECARD); | ||
} |
40 changes: 20 additions & 20 deletions
40
src/molliesofort.php → src/molliesofort_devapp.php
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliesofort_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Sofort Banking' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliesofort_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::SOFORT); | ||
} | ||
<?php | ||
|
||
require_once __DIR__ . '/mollie/mollie.php'; | ||
|
||
function molliesofort_devapp_config() { | ||
$config = mollie_config(); | ||
|
||
$config = array_merge($config, array( | ||
'FriendlyName' => array( | ||
'Type' => 'System', | ||
'Value'=> 'Mollie Sofort Banking' | ||
) | ||
)); | ||
|
||
return $config; | ||
} | ||
|
||
function molliesofort_devapp_link($params) { | ||
return mollie_link($params, Mollie_API_Object_Method::SOFORT); | ||
} |