File tree 4 files changed +15
-10
lines changed 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
- /.tmp
2
- magento2.zip
1
+ /.bundle
2
+ /vendor
3
+ bundle.zip
4
+ composer.lock
Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ public function __construct(
57
57
58
58
\SatispayOnline \Api::setSecurityBearer ($ this ->getConfigData ('security_bearer ' ));
59
59
\SatispayOnline \Api::setStaging ((bool )$ this ->getConfigData ('staging ' ));
60
- \SatispayOnline \Api::setClient ('Magento/ ' .$ version );
60
+
61
+ \SatispayOnline \Api::setPluginName ('Magento2 ' );
62
+ \SatispayOnline \Api::setType ('ECOMMERCE-PLUGIN ' );
63
+ \SatispayOnline \Api::setPlatformVersion ($ version );
61
64
}
62
65
63
66
public function isAvailable (\Magento \Quote \Api \Data \CartInterface $ quote = null ) {
Original file line number Diff line number Diff line change 1
1
find . -name ' .DS_Store' -type f -delete
2
2
rm -rf magento2.zip
3
- rm -rf .tmp
4
- mkdir .tmp && mkdir .tmp
5
- cp -R * .tmp
6
- cd .tmp && zip -r archive.zip .
3
+ rm -rf .bundle
4
+ mkdir .bundle && mkdir .bundle
5
+ cp -R * .bundle
6
+ cd .bundle && zip -r archive.zip .
7
7
cd ..
8
- mv .tmp /archive.zip magento2 .zip
9
- rm -rf .tmp
8
+ mv .bundle /archive.zip bundle .zip
9
+ rm -rf .bundle
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "satispay/online-api-php-sdk" : " ^1.3 "
14
+ "satispay/online-api-php-sdk" : " ^1.6.2 "
15
15
},
16
16
"type" : " magento2-module" ,
17
17
"autoload" : {
You can’t perform that action at this time.
0 commit comments