File tree 4 files changed +3
-7
lines changed
view/adminhtml/web/js/system/action
4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function process(
62
62
$ browserInformation = new BrowserInformation (
63
63
$ browserDetails ->getShopperIp () ?? $ this ->getShopperIp (),
64
64
$ browserDetails ->getAccept () ?? $ this ->getAccept (),
65
- $ browserDetails ->getUserAgent () ?? $ this ->getUserAgent (),
65
+ $ browserDetails ->getUserAgent () ?? $ this ->getUserAgent ()
66
66
);
67
67
$ encryptedCardDetails = new EncryptedCardDetails ($ cardDetails ->getEncryptedCardData ());
68
68
$ paymentCardDetails = new CardDetailsModel ($ browserInformation , $ encryptedCardDetails );
Original file line number Diff line number Diff line change @@ -62,10 +62,7 @@ public function getLatestVersion(): string
62
62
$ client = $ this ->clientFactory ->create ();
63
63
try {
64
64
/** @var Response $response */
65
- $ response = $ client ->request (
66
- Request::HTTP_METHOD_GET ,
67
- $ this ->getRepositoryUrl (),
68
- );
65
+ $ response = $ client ->request (Request::HTTP_METHOD_GET , $ this ->getRepositoryUrl ());
69
66
70
67
$ result = $ this ->jsonSerializer ->unserialize (
71
68
$ response ->getBody ()->getContents ()
Original file line number Diff line number Diff line change 24
24
" AFL-3.0"
25
25
],
26
26
"require" : {
27
- "php" : " ~7.3.0||~7.4.0||~8.1.0||~8.2.0" ,
27
+ "php" : " ~7.2.0||~7. 3.0||~7.4.0||~8.1.0||~8.2.0" ,
28
28
"magento/framework" : " ^102|^103" ,
29
29
"magento/module-backend" : " ^101.0|^102.0" ,
30
30
"magento/module-config" : " ^101.0" ,
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ define([
74
74
merchantName = this . merchantNameContainer . val ( ) ,
75
75
merchantPassword = this . merchantPasswordContainer . val ( ) ,
76
76
merchantKey = this . merchantKeyContainer . val ( ) ;
77
- debugger ;
78
77
79
78
if ( merchantName !== '' && merchantPassword !== '' && merchantKey !== '' ) {
80
79
$ . ajax ( {
You can’t perform that action at this time.
0 commit comments