This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fabien SUAREZ
committed
Aug 4, 2016
1 parent
78038ef
commit 227bccf
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1574,7 +1574,8 @@ public function verifyEnrollment($array) | |
'userAgent' => $array['userAgent'], | ||
'mdFieldValue' => $array['mdFieldValue'], | ||
'walletId' => $array['walletId'], | ||
'walletCardInd' => $array['walletCardInd'] | ||
'walletCardInd' => $array['walletCardInd'], | ||
'generateVirtualCvx' => $array['generateVirtualCvx'] | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
PaylineGitHub
Contributor
|
||
); | ||
return $this->webServiceRequest($array, $WSRequest, PaylineSDK::DIRECT_API, 'verifyEnrollment'); | ||
} | ||
|
According to
v4.47.1.wsdl
<element minOccurs="0" name="generateVirtualCvx" nillable="true" type="xsd:string"/>
generateVirtualCvx
should not be optionnal?