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 e131e31 commit b1f6a98Copy full SHA for b1f6a98
src/Omnipay/MultiSafepay/Message/CompletePurchaseResponse.php
@@ -56,7 +56,7 @@ public function isUncleared()
56
*/
57
public function isCancelled()
58
{
59
- return isset($this->data->ewallet->status) && 'void' === (string) $this->data->ewallet->status;
+ return isset($this->data->ewallet->status) && 'canceled' === (string) $this->data->ewallet->status;
60
}
61
62
/**
0 commit comments