Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Mar 8, 2017
1 parent f7fae79 commit 3eb2f8c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Settings.php
@@ -1,18 +1,8 @@
<?php
// 2017-02-25
namespace Dfe\GingerPayments;
use GingerPayments\Payment\Order\Transaction\PaymentMethod as M;
/** @method static Settings s() */
final class Settings extends \Df\GingerPaymentsBase\Settings {
/**
* 2017-02-26
* @override
* @see \GingerPayments\Payment\IProduct::bankTransferCode()
* @used-by \GingerPayments\Payment\Client::createSepaOrder()
* @return string
*/
function bankTransferCode() {return M::BANK_TRANSFER_G;}

/**
* 2017-02-26
* @override
Expand Down

0 comments on commit 3eb2f8c

Please sign in to comment.