Skip to content

Commit

Permalink
Spelling error in status sent to mailchimp. For magento 2.3. closes #574
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-ebizmarts committed Jan 30, 2019
1 parent ebac45a commit 264925d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Model/Api/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class Order
{
const BATCH_LIMIT = 50;
const PAID = 'paid';
const PARTIALLY_PAID = 'parially_paid';
const PARTIALLY_PAID = 'partially_paid';
const SHIPPED = 'shipped';
const PARTIALLY_SHIPPED = 'parially_shipped';
const PARTIALLY_SHIPPED = 'partially_shipped';
const PENDING = 'pending';
const REFUNDED = 'refunded';
const PARTIALLY_REFUNDED = 'partially_refunded';
Expand Down

0 comments on commit 264925d

Please sign in to comment.