Skip to content

Commit

Permalink
ACP-3558 Merchant payment expense support.
Browse files Browse the repository at this point in the history
  • Loading branch information
abitskil committed Sep 9, 2024
1 parent f35970f commit f8fd928
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

class SalesPaymentMerchantConfig extends SprykerSalesPaymentMerchantConfig
{
/**
* @var bool
*/
protected const ORDER_EXPENSE_INCLUDED_IN_PAYMENT_PROCESS = true;

/**
* @var array<string, list<string>>
*/
Expand Down

0 comments on commit f8fd928

Please sign in to comment.