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 392d4f8 commit 1bca730Copy full SHA for 1bca730
src/Message/EMV3DSOrderRequest.php
@@ -13,7 +13,7 @@ class EMV3DSOrderRequest extends DirectPostAuthorizeRequest
13
14
public function getData()
15
{
16
- $this->validate('amount', 'currency', 'clientIp', 'merchantOrderReference');
+ $this->validate('amount', 'currency', 'clientIp', 'transactionReference');
17
18
return [
19
'amount' => floor($this->getAmount() * 100),
0 commit comments