Skip to content

Commit

Permalink
Merge pull request #575 from mailchimp/spelling_error_issue_574
Browse files Browse the repository at this point in the history
spelling error status sent to mailchimp. closes #574
  • Loading branch information
brian-ebizmarts authored Jan 31, 2019
2 parents 6ee6fa6 + 5628212 commit c4f66fd
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 c4f66fd

Please sign in to comment.