|
@@ -79,7 +79,7 @@ $service = new SimpleExchange();
|
|
|
// attach the exchange service
|
|
// attach the exchange service
|
|
|
$currency->setService($service);
|
|
$currency->setService($service);
|
|
|
|
|
|
|
|
-$currency_2 = new Zend_Currency(
|
|
|
|
|
|
|
+$currency2 = new Zend_Currency(
|
|
|
array(
|
|
array(
|
|
|
'value' => 1000,
|
|
'value' => 1000,
|
|
|
'currency' => 'EUR',
|
|
'currency' => 'EUR',
|