Skip to content

Commit d4b31a9

Browse files
Asmita TanksaleAsmita Tanksale
authored andcommitted
[MIT-3148] restored the changed function name
1 parent 3841982 commit d4b31a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Model/SyncStatus.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function sync($order)
7474

7575
switch ($charge['status']) {
7676
case self::STATUS_SUCCESSFUL:
77-
$this->maruccessful($order, $charge);
77+
$this->markPaymentSuccessful($order, $charge);
7878
break;
7979
case self::STATUS_FAILED:
8080
$this->markPaymentFailed($order, $charge);
@@ -101,7 +101,7 @@ public function sync($order)
101101
* @param array $charge
102102
* @return void
103103
*/
104-
private function maruccessful($order, $charge)
104+
private function markPaymentSuccessful($order, $charge)
105105
{
106106
$orderStateNotClosed = $order->getState() != Order::STATE_CLOSED;
107107

0 commit comments

Comments
 (0)