Skip to content

Commit b8eb1fb

Browse files
authored
BUNDLE-2683: VBE Braintree - Error occurs in Admin Braintree Settlement Report (magento#64)
1 parent e47d6b0 commit b8eb1fb

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

patches.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@
335335
"3.4.1": "BUNDLE-2554__set_payment_info_bug_fix__3.4.1.patch"
336336
}
337337
},
338+
"paypal/module-braintree-core": {
339+
"Fix Braintree Settlement report error": {
340+
"4.1.0": "BUNDLE-2683__braintree_settlement_report_fix__4.1.0.patch"
341+
}
342+
},
338343
"magento/magento2-ee-base": {
339344
"Fix pagebuilder module": {
340345
"2.3.1": "PB-319__fix_pagebuilder_module__2.3.1.patch",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -Naur a/vendor/paypal/module-braintree-core/Ui/Component/Report/Listing/Column/PaymentType.php b/vendor/paypal/module-braintree-core/Ui/Component/Report/Listing/Column/PaymentType.php
2+
--- a/vendor/paypal/module-braintree-core/Ui/Component/Report/Listing/Column/PaymentType.php
3+
+++ b/vendor/paypal/module-braintree-core/Ui/Component/Report/Listing/Column/PaymentType.php
4+
@@ -44,8 +44,6 @@ private function getAvailablePaymentTypes(): array
5+
// @codingStandardsIgnoreStart
6+
return [
7+
PaymentInstrumentType::PAYPAL_ACCOUNT => __(PaymentInstrumentType::PAYPAL_ACCOUNT),
8+
- PaymentInstrumentType::COINBASE_ACCOUNT => __(PaymentInstrumentType::COINBASE_ACCOUNT),
9+
- PaymentInstrumentType::EUROPE_BANK_ACCOUNT => __(PaymentInstrumentType::EUROPE_BANK_ACCOUNT),
10+
PaymentInstrumentType::CREDIT_CARD => __(PaymentInstrumentType::CREDIT_CARD),
11+
PaymentInstrumentType::APPLE_PAY_CARD => __(PaymentInstrumentType::APPLE_PAY_CARD),
12+
PaymentInstrumentType::ANDROID_PAY_CARD => __(PaymentInstrumentType::ANDROID_PAY_CARD)

0 commit comments

Comments
 (0)