Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
(MAGE2-299)[refactor] Use trait for state handling of shipments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryouzanpaku committed May 8, 2020
1 parent cdcc2b7 commit 413fb71
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion PaymentMethods/Traits/CanShipBeforePayment.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?php

/**
* Trait to handle payment methods that can ship before payment e.g. Invoice.
*
* @license Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* @copyright Copyright © 2016-present heidelpay GmbH. All rights reserved.
* @link http://dev.heidelpay.com/magento2
* @author David Owusu
*
* @package heidelpay
* @subpackage magento2
* @category magento2
*/

namespace Heidelpay\Gateway\Traits;

Expand Down

0 comments on commit 413fb71

Please sign in to comment.