Skip to content

Commit

Permalink
Merge pull request #577 from mailchimp/spelling_error_issue_574_2.3
Browse files Browse the repository at this point in the history
Spelling error in status sent to mailchimp. For magento 2.3. closes #574
  • Loading branch information
brian-ebizmarts authored Jan 31, 2019
2 parents ebac45a + 264925d commit 86b4d94
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 86b4d94

Please sign in to comment.