Skip to content

Commit bb0ee7e

Browse files
author
Alexander Makeev
committed
Merge branch 'PR-MPI-S76' of github.corp.magento.com:magento-mpi/magento2ce into PR-MPI-S76
2 parents 109eca3 + 97b9f89 commit bb0ee7e

File tree

2 files changed

+4
-1
lines changed
  • app/code/Magento

2 files changed

+4
-1
lines changed

app/code/Magento/BraintreeTwo/Controller/Payment/GetNonce.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
use Magento\Framework\Webapi\Exception;
1515
use Psr\Log\LoggerInterface;
1616
use Magento\Vault\Model\Ui\TokenUiComponentProviderInterface;
17+
use Magento\CheckoutAgreements;
18+
use Magento\Theme;
1719

1820
/**
1921
* Class GetNonce

app/code/Magento/Vault/view/frontend/web/js/view/payment/vault.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ define(
2323
type: index,
2424
config: config.config,
2525
component: config.component,
26+
2627
/**
2728
* Custom payment method types comparator
2829
* @param {String} typeA
2930
* @param {String} typeB
30-
* @returns {boolean}
31+
* @return {Boolean}
3132
*/
3233
typeComparatorCallback: function (typeA, typeB) {
3334
return typeA.indexOf(typeB) === 0;

0 commit comments

Comments
 (0)