From aa7048c6b9530dbb4b63c30e3f93bd79717676cc Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Sat, 2 Nov 2013 17:56:05 +0200 Subject: [PATCH] [doctrine] mark payment details entity deprecated. --- src/Payum/Be2Bill/Bridge/Doctrine/Entity/PaymentDetails.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Payum/Be2Bill/Bridge/Doctrine/Entity/PaymentDetails.php b/src/Payum/Be2Bill/Bridge/Doctrine/Entity/PaymentDetails.php index b007398..1c11ff3 100644 --- a/src/Payum/Be2Bill/Bridge/Doctrine/Entity/PaymentDetails.php +++ b/src/Payum/Be2Bill/Bridge/Doctrine/Entity/PaymentDetails.php @@ -3,6 +3,9 @@ use Payum\Be2Bill\Model\PaymentDetails as BasePaymentDetails; +/** + * @deprecated since 0.6.1 will be removed in 0.7 + */ class PaymentDetails extends BasePaymentDetails { protected $id;