Skip to content

Commit

Permalink
Merge pull request #743 from mollie/PIPRES-180-order-status-partial_r…
Browse files Browse the repository at this point in the history
…efund-addition

PIPRES-180: order status partial refund addition
  • Loading branch information
mandan2 authored Jun 13, 2023
2 parents df65495 + 5edd619 commit 3eef61f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ class Config
const MOLLIE_MAIL_WHEN_EXPIRED = 'MOLLIE_MAIL_WHEN_EXPIRED';
const MOLLIE_MAIL_WHEN_REFUNDED = 'MOLLIE_MAIL_WHEN_REFUNDED';
const MOLLIE_MAIL_WHEN_CHARGEBACK = 'MOLLIE_MAIL_WHEN_CHARGEBACK';
// NOTE: const below is needed to check in configuration table if email should be sent. IDE doesn't detect its usage
const MOLLIE_MAIL_WHEN_PARTIAL_REFUND = 'MOLLIE_MAIL_WHEN_PARTIAL_REFUND';
const PARTIAL_REFUND_CODE = 'partial_refund';
const MOLLIE_STATUS_PARTIALLY_SHIPPED = 'MOLLIE_PARTIALLY_SHIPPED';
const MOLLIE_STATUS_ORDER_COMPLETED = 'MOLLIE_STATUS_ORDER_COMPLETED';
Expand Down

0 comments on commit 3eef61f

Please sign in to comment.