first commit
This commit is contained in:
21
plugins/stEservice2Plugin/vendor/eservice-sdk/lib/Request/Action/Auth.php
vendored
Normal file
21
plugins/stEservice2Plugin/vendor/eservice-sdk/lib/Request/Action/Auth.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace Eservice;
|
||||
|
||||
class RequestActionAuth extends RequestAction
|
||||
{
|
||||
|
||||
protected $_params = [
|
||||
"merchantId" => ["type" => "mandatory"],
|
||||
"token" => ["type" => "mandatory"],
|
||||
"specinCreditCardCVV" => [
|
||||
"type" => "conditional",
|
||||
"mandatory" => [
|
||||
"paymentMethod" => "CreditCard",
|
||||
"channel" => "ECOM"
|
||||
],
|
||||
],
|
||||
"freeText" => ["type" => "optional"],
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user