Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Deprecate unused PayoutSenderBatchHeader#batch_status
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcoffey committed Oct 21, 2016
1 parent e80631d commit 7b380a1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/PayPal/Api/PayoutSenderBatchHeader.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,7 @@ public function getRecipientType()
}

/**
* The batch status to update. You can change the `NEW` batch status to `PENDING` or `CANCEL`.
*
* @param string $batch_status
*
* @return $this
* @deprecated This property is unused
*/
public function setBatchStatus($batch_status)
{
Expand All @@ -101,9 +97,7 @@ public function setBatchStatus($batch_status)
}

/**
* The batch status to update. You can change the `NEW` batch status to `PENDING` or `CANCEL`.
*
* @return string
* @deprecated This property is unused
*/
public function getBatchStatus()
{
Expand Down

0 comments on commit 7b380a1

Please sign in to comment.