Skip to content

Commit fe3f20c

Browse files
committed
go back to previous getData order on CIMCreateCardRequest
1 parent af657ce commit fe3f20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/CIMCreateCardRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class CIMCreateCardRequest extends CIMAbstractRequest
1414
public function getData()
1515
{
1616

17-
$data = $this->getBaseData();
1817
$this->validateCard($data);
18+
$data = $this->getBaseData();
1919
$this->addProfileData($data);
2020
$this->addTransactionSettings($data);
2121

0 commit comments

Comments
 (0)