Skip to content

Commit 5b9bb1b

Browse files
committed
Consistent spelling
1 parent b1f6a98 commit 5b9bb1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Omnipay/MultiSafepay/Message/CompletePurchaseResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ public function isUncleared()
5050
}
5151

5252
/**
53-
* Is the payment cancelled?
53+
* Is the payment canceled?
5454
*
5555
* @return boolean
5656
*/
57-
public function isCancelled()
57+
public function isCanceled()
5858
{
5959
return isset($this->data->ewallet->status) && 'canceled' === (string) $this->data->ewallet->status;
6060
}

0 commit comments

Comments
 (0)