Commit 77f72c1e authored by Ricardo Ambrogi's avatar Ricardo Ambrogi Committed by GitHub

Update adyen-hpp-method.js

parent da4e85dd
...@@ -330,7 +330,7 @@ define( ...@@ -330,7 +330,7 @@ define(
* @returns {*} * @returns {*}
*/ */
result.getIssuers = function () { result.getIssuers = function () {
return result.hasIssuersAvailable()) return result.hasIssuersAvailable()
? value.details[result.findIssuersProperty()].items ? value.details[result.findIssuersProperty()].items
: []; : [];
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment