File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,9 @@ public function void(array $parameters = array())
248248 }
249249
250250 /**
251+ * @deprecated 2.3.3:3.0.0 duplicate of \Omnipay\Stripe\Gateway::fetchTransaction()
252+ * @see \Omnipay\Stripe\Gateway::fetchTransaction()
251253 * @param array $parameters
252- *
253254 * @return \Omnipay\Stripe\Message\FetchChargeRequest
254255 */
255256 public function fetchCharge (array $ parameters = array ())
Original file line number Diff line number Diff line change 77
88/**
99 * Stripe Fetch Charge Request.
10- *
10+ *
11+ * @deprecated 2.3.3:3.0.0 functionality provided by \Omnipay\Stripe\Message\FetchTransactionRequest
12+ * @see \Omnipay\Stripe\Message\FetchTransactionRequest
1113 * @link https://stripe.com/docs/api#retrieve_charge
1214 */
1315class FetchChargeRequest extends AbstractRequest
Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ public function isSuccessful()
3535
3636 /**
3737 * Get the charge reference from the response of FetchChargeRequest.
38- *
38+ *
39+ * @deprecated 2.3.3:3.0.0 duplicate of \Omnipay\Stripe\Message\Response::getTransactionReference()
40+ * @see \Omnipay\Stripe\Message\Response::getTransactionReference()
3941 * @return array|null
4042 */
4143 public function getChargeReference ()
You can’t perform that action at this time.
0 commit comments