Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 5, 2017
1 parent 67dbbb0 commit 4f6eb25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Magento\Sales\Model\Order\Creditmemo as CM;
use Magento\Sales\Model\Order\Payment\Transaction as T;
/** @method Webhook|null responseF(string $key = null) */
class Method extends \Df\PaypalClone\Method\Normal {
final class Method extends \Df\PaypalClone\Method\Normal {
/**
* 2016-08-31
* @override
Expand Down Expand Up @@ -58,7 +58,7 @@ public function stageNames() {return ['test', 'live'];}
* @param float|null $amount
* @return void
*/
final protected function _refund($amount) {
protected function _refund($amount) {
/** @var string $id */
/** @var array(string => mixed) $p */
list($id, $p) = Refund::p($this);
Expand All @@ -75,7 +75,7 @@ final protected function _refund($amount) {
* @used-by \Df\PaypalClone\Method\Normal::getConfigPaymentAction()
* @return string
*/
final protected function redirectUrl() {return
protected function redirectUrl() {return
'https://api.securepay.com.au/{stage}/directpost/authorise'
;}
}

0 comments on commit 4f6eb25

Please sign in to comment.