Skip to content

Commit

Permalink
Fix factory
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Feb 10, 2014
1 parent 78814a4 commit 5e4c968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZfrStripeModule/Factory/StripeClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function createService(ServiceLocatorInterface $serviceLocator)
{
$config = $serviceLocator->get('Config');

if (!isset($config['stripe'])) {
if (!isset($config['zfr_stripe'])) {
throw new Exception\RuntimeException(
'No config was found for Stripe. Did you copy the `zfr_stripe.local.php` file to your autoload folder?'
);
Expand Down

0 comments on commit 5e4c968

Please sign in to comment.