Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
actionm committed Feb 23, 2017
1 parent 7fea6af commit 72c339d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/WebMoneyMerchant.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,6 @@ public function callFilterPaidOrder(Request $request, $order)
return $callable($request, $order);
}

/** Returns "YES"
* @return string
*/
public function payOrderFromGateOK()
{
return 'YES';
}

/**
* Runs WebMoneyMerchant::payOrderFromGate($request) when the request from WebMoney Merchant has been received.
* @param Request $request
Expand Down

0 comments on commit 72c339d

Please sign in to comment.