Citybeach_Omnivore - Version 1.0.2

Version Notes

Second post-beta GA release

Download this release

Release Info

Developer City Beach Software
Extension Citybeach_Omnivore
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.2

app/code/community/Citybeach/Omnivore/Model/Order.php CHANGED
@@ -499,6 +499,13 @@ class Citybeach_Omnivore_Model_Order
499
  $this->order = $service->getOrder();
500
 
501
  $this->quote->setIsActive(false)->save();
 
 
 
 
 
 
 
502
  }
503
  catch (Exception $e)
504
  {
499
  $this->order = $service->getOrder();
500
 
501
  $this->quote->setIsActive(false)->save();
502
+
503
+ if (!empty($this->json->customOrderStatus))
504
+ {
505
+ $this->order->setState($this->json->customOrderStatus);
506
+ $this->order->save();
507
+ }
508
+
509
  }
510
  catch (Exception $e)
511
  {
app/code/community/Citybeach/Omnivore/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Citybeach_Omnivore>
5
- <version>1.0.0</version>
6
  </Citybeach_Omnivore>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Citybeach_Omnivore>
5
+ <version>1.0.2</version>
6
  </Citybeach_Omnivore>
7
  </modules>
8
  <global>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Citybeach_Omnivore</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.omnivore.com.au/index.php/omnivore-application-terms-of-use/">Omnivore Application Terms of Use</license>
7
  <channel>community</channel>
@@ -54,11 +54,11 @@ Customers love having the option to save on postage and pick up their purchase i
54
  For more information about Omnivore visit:&#xD;
55
  &#xD;
56
  www.omnivore.com.au</description>
57
- <notes>First post-beta GA release</notes>
58
  <authors><author><name>City Beach Software</name><user>omnivore</user><email>ilogan@citybeachsoftware.com</email></author></authors>
59
- <date>2016-02-02</date>
60
- <time>11:36:49</time>
61
- <contents><target name="magecommunity"><dir name="Citybeach"><dir name="Omnivore"><dir name="Block"><dir name="Adminhtml"><file name="Payment.php" hash="ee4ffe77673c583cfca4c92624c962a2"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8633af317628bbaa17bc0b98bbef9395"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Rego"><file name="Collection.php" hash="bbf62854180e85d24952b1b4b8ce9135"/></dir><file name="Rego.php" hash="4d7ab20314f5f39df0dc4557a2a1c781"/></dir><dir name="Order"><file name="Api.php" hash="10435b83f13df7b095117dad69a1456f"/></dir><file name="Order.php" hash="4b9b5100f4c855f8dabc730ee8ca0b37"/><file name="Payment.php" hash="21d74bcef388399e80aa68cfbce31c6c"/><dir name="Product"><file name="Api.php" hash="c6e2cdfb324144559f1d629a8134687e"/></dir><file name="Rego.php" hash="b08186f0b5341100bea9a97c20006bf3"/><dir name="Resource"><file name="Setup.php" hash="01a9f8f313a702ecbc3cb64dd4dd11ff"/></dir><dir name="Store"><file name="Api.php" hash="357f88f8914601b996eb62f1d99de84e"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="OmnivoreController.php" hash="22c370bc5013ecf564e78fbe5a4c3406"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="5041fcdd6bc108508db254312e0dd5d9"/><file name="api.xml" hash="1b432747b85973fe69ba249dbe6ed8d5"/><file name="config.xml" hash="62109abc8c1b58bfd3de31526bb9e80c"/><file name="system.xml" hash="85b1e13759fe11ebab04a07592aea491"/></dir><dir name="sql"><dir name="citybeach_omnivore_setup"><file name="install-1.0.0.php" hash="88ea3e8b17aa6f90e463462e55b5b5ad"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Citybeach_Omnivore.xml" hash="6383f5a2c140edb19dc47341f89f8c1b"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="omnivore.xml" hash="359b2ed74cb29212d55845f8b73e75c0"/></dir><dir name="template"><dir name="omnivore"><file name="omnivore.phtml" hash="d5bd4cd5a64bb9c98dec680a6c69be88"/><file name="payment.phtml" hash="f7855e06c687fd45e04cc729e9f96a7b"/></dir></dir></dir></dir></dir></target></contents>
62
  <compatible/>
63
  <dependencies><required><php><min>5.3.0</min><max>5.6.99</max></php></required></dependencies>
64
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Citybeach_Omnivore</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.omnivore.com.au/index.php/omnivore-application-terms-of-use/">Omnivore Application Terms of Use</license>
7
  <channel>community</channel>
54
  For more information about Omnivore visit:&#xD;
55
  &#xD;
56
  www.omnivore.com.au</description>
57
+ <notes>Second post-beta GA release</notes>
58
  <authors><author><name>City Beach Software</name><user>omnivore</user><email>ilogan@citybeachsoftware.com</email></author></authors>
59
+ <date>2017-03-14</date>
60
+ <time>01:11:41</time>
61
+ <contents><target name="magecommunity"><dir name="Citybeach"><dir name="Omnivore"><dir name="Block"><dir name="Adminhtml"><file name="Payment.php" hash="ee4ffe77673c583cfca4c92624c962a2"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8633af317628bbaa17bc0b98bbef9395"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Rego"><file name="Collection.php" hash="bbf62854180e85d24952b1b4b8ce9135"/></dir><file name="Rego.php" hash="4d7ab20314f5f39df0dc4557a2a1c781"/></dir><dir name="Order"><file name="Api.php" hash="10435b83f13df7b095117dad69a1456f"/></dir><file name="Order.php" hash="8524e22b3fdd3b3da108e0247cc7f4fb"/><file name="Payment.php" hash="21d74bcef388399e80aa68cfbce31c6c"/><dir name="Product"><file name="Api.php" hash="c6e2cdfb324144559f1d629a8134687e"/></dir><file name="Rego.php" hash="b08186f0b5341100bea9a97c20006bf3"/><dir name="Resource"><file name="Setup.php" hash="01a9f8f313a702ecbc3cb64dd4dd11ff"/></dir><dir name="Store"><file name="Api.php" hash="357f88f8914601b996eb62f1d99de84e"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="OmnivoreController.php" hash="22c370bc5013ecf564e78fbe5a4c3406"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="5041fcdd6bc108508db254312e0dd5d9"/><file name="api.xml" hash="1b432747b85973fe69ba249dbe6ed8d5"/><file name="config.xml" hash="8bcc9c5835a8b49d101c8e74d93aae0f"/><file name="system.xml" hash="85b1e13759fe11ebab04a07592aea491"/></dir><dir name="sql"><dir name="citybeach_omnivore_setup"><file name="install-1.0.0.php" hash="88ea3e8b17aa6f90e463462e55b5b5ad"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Citybeach_Omnivore.xml" hash="6383f5a2c140edb19dc47341f89f8c1b"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="omnivore.xml" hash="359b2ed74cb29212d55845f8b73e75c0"/></dir><dir name="template"><dir name="omnivore"><file name="omnivore.phtml" hash="d5bd4cd5a64bb9c98dec680a6c69be88"/><file name="payment.phtml" hash="f7855e06c687fd45e04cc729e9f96a7b"/></dir></dir></dir></dir></dir></target></contents>
62
  <compatible/>
63
  <dependencies><required><php><min>5.3.0</min><max>5.6.99</max></php></required></dependencies>
64
  </package>