/**
  * Create inherited child configurations for a Store
  *
  * @param Mage_Core_Model_Website $website
  *
  * @return Payone_Core_Model_Domain_Config_PaymentMethod[]
  */
 public function executeByWebsite(Mage_Core_Model_Website $website)
 {
     $scope = 'websites';
     $scopeId = $website->getWebsiteId();
     $this->savePaymentConfigs($scope, $scopeId);
 }