Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
eusonlito committed Oct 6, 2020
2 parents 34b65d5 + 7ea8066 commit c4ead11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Redsys/Tpv/Tpv.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ class Tpv
protected $option_prefix = 'Ds_Merchant_';

protected $o_required = array(
'Environment', 'Currency', 'Terminal', 'ConsumerLanguage',
'MerchantCode', 'Key', 'SignatureVersion', 'MerchantName'
'Environment', 'Currency', 'Terminal',
'MerchantCode', 'Key', 'SignatureVersion'
);

protected $o_optional = array(
'UrlOK', 'UrlKO', 'TransactionType', 'MerchantURL', 'PayMethods', 'Titular'
'MerchantName', 'ConsumerLanguage', 'UrlOK', 'UrlKO',
'TransactionType', 'MerchantURL', 'PayMethods', 'Titular'
);

protected $environment = '';
Expand Down

0 comments on commit c4ead11

Please sign in to comment.