Skip to content

Commit d2e16d5

Browse files
author
Magmodules
committed
submodule
1 parent ec3729f commit d2e16d5

File tree

1,514 files changed

+9
-595540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,514 files changed

+9
-595540
lines changed

.gitmodules

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
[submodule "lib/spryng"]
2-
path = lib/spryng
3-
url = https://github.com/spryngpayments/php.git
1+
[submodule "lib/spryng/php"]
2+
path = lib/spryng/php
3+
url = https://github.com/spryngpayments/php.git
4+
[submodule "lib/spryng/giggsey"]
5+
path = lib/spryng/giggsey
6+
url = https://github.com/giggsey/libphonenumber-for-php.git

app/code/community/Spryng/Payment/Model/Spryng.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public function processTransaction($order, $type = 'webhook')
248248
public function loadSpryngApi($apiKey, $storeId)
249249
{
250250
try {
251-
require_once(Mage::getBaseDir('lib') . DS . 'spryng' . DS . 'vendor' . DS . 'autoload.php');
251+
require_once(Mage::getBaseDir('lib') . DS . 'spryng' . DS . 'autoload.php');
252252
$spryngApi = new \SpryngPaymentsApiPhp\Client($apiKey, $this->spryngHelper->isSandbox($storeId));
253253
} catch (\Exception $e) {
254254
$this->spryngHelper->addTolog('error', 'Function: loadSpryngApi: ' . $e->getMessage());
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)