コード例 #1
0
 public function testGetEmptyFinancialInstitutions()
 {
     $paymentType = WirecardCEE_QMore_PaymentType::CCARD;
     $this->assertEmpty(WirecardCEE_QMore_PaymentType::getFinancialInstitutions($paymentType));
 }
コード例 #2
0
ファイル: Eps.php プロジェクト: wirecard/magento-wcs
 public function getFinancialInstitutions()
 {
     return WirecardCEE_QMore_PaymentType::getFinancialInstitutions(WirecardCEE_QMore_PaymentType::EPS);
 }