We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f6a98 commit 5b9bb1bCopy full SHA for 5b9bb1b
src/Omnipay/MultiSafepay/Message/CompletePurchaseResponse.php
@@ -50,11 +50,11 @@ public function isUncleared()
50
}
51
52
/**
53
- * Is the payment cancelled?
+ * Is the payment canceled?
54
*
55
* @return boolean
56
*/
57
- public function isCancelled()
+ public function isCanceled()
58
{
59
return isset($this->data->ewallet->status) && 'canceled' === (string) $this->data->ewallet->status;
60
0 commit comments