app/Plugin/AmazonPayV2_42/Entity/Master/AmazonStatus.php line 14

Open in your IDE?
  1. <?php
  2. /*   __________________________________________________
  3.     |  Obfuscated by YAK Pro - Php Obfuscator  2.0.3   |
  4.     |              on 2023-07-05 10:12:25              |
  5.     |    GitHub: https://github.com/pk-fr/yakpro-po    |
  6.     |__________________________________________________|
  7. */
  8. namespace Plugin\AmazonPayV2_42\Entity\Master;use Doctrine\ORM\Mapping as ORM;use Eccube\Entity\Master\AbstractMasterEntity;/**
  9.  * AmazonStatus
  10.  *
  11.  * @ORM\Table(name="plg_amazon_pay_v2_status")
  12.  * @ORM\Entity(repositoryClass="Plugin\AmazonPayV2_42\Repository\Master\AmazonStatusRepository")
  13.  */
  14. class AmazonStatus extends AbstractMasterEntity{const AUTHORI 1;const CAPTURE 2;const CANCEL 3;}