This repository was archived by the owner on Jan 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
upload/system/library/wallee/service Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ This repository contains the OpenCart wallee payment module that enables the sh
1111
1212## Documentation
1313
14- * [ English] ( https://plugin-documentation.wallee.com/wallee-payment/opencart-2.0/1.0.21 /docs/en/documentation.html )
14+ * [ English] ( https://plugin-documentation.wallee.com/wallee-payment/opencart-2.0/1.0.22 /docs/en/documentation.html )
1515
1616## License
1717
18- Please see the [ license file] ( https://github.com/wallee-payment/opencart-2.0/blob/1.0.21 /LICENSE ) for more information.
18+ Please see the [ license file] ( https://github.com/wallee-payment/opencart-2.0/blob/1.0.22 /LICENSE ) for more information.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h2>Documentation</h2> </div>
2121 </ a >
2222 </ li >
2323 < li >
24- < a href ="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.21 / ">
24+ < a href ="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.22 / ">
2525 Source
2626 </ a >
2727 </ li >
4848 < div class ="olist arabic ">
4949< ol class ="arabic ">
5050< li >
51- < p > < a href ="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.21 / "> Download</ a > the extension.</ p >
51+ < p > < a href ="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.22 / "> Download</ a > the extension.</ p >
5252</ li >
5353< li >
5454< p > Extract the files and upload the content of the < code > Upload</ code > directory into the root directory of your store using FTP/SSH.</ p >
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ private function assembleTransaction(\Wallee\Sdk\Model\AbstractTransactionPendin
224224
225225 $ transaction ->setLineItems (LineItem::instance ($ this ->registry )->getItemsFromSession ());
226226 $ transaction ->setSuccessUrl (\WalleeHelper::instance ($ this ->registry )->getSuccessUrl ());
227- $ transaction ->setAllowedPaymentMethodConfigurations ($ this ->getAllowedPaymentMethodConfigurations ($ order_info ));
228227
229228 if ($ order_id ) {
230229 $ transaction ->setMerchantReference ($ order_id );
You can’t perform that action at this time.
0 commit comments