From 7b380a1447d211731a33aed0e8046060a07e0b94 Mon Sep 17 00:00:00 2001 From: sdcoffey Date: Fri, 21 Oct 2016 13:21:51 -0700 Subject: [PATCH] Deprecate unused PayoutSenderBatchHeader#batch_status --- lib/PayPal/Api/PayoutSenderBatchHeader.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/PayPal/Api/PayoutSenderBatchHeader.php b/lib/PayPal/Api/PayoutSenderBatchHeader.php index 16d9ff0..3ea59c9 100644 --- a/lib/PayPal/Api/PayoutSenderBatchHeader.php +++ b/lib/PayPal/Api/PayoutSenderBatchHeader.php @@ -88,11 +88,7 @@ class PayoutSenderBatchHeader extends PayPalModel } /** - * 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) { @@ -101,9 +97,7 @@ class PayoutSenderBatchHeader extends PayPalModel } /** - * 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() {