Skip to content

Commit

Permalink
[doctrine] mark payment details entity deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Nov 2, 2013
1 parent 09e26d1 commit aa7048c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Payum/Be2Bill/Bridge/Doctrine/Entity/PaymentDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aa7048c

Please sign in to comment.