Skip to content

Commit 0f6e91b

Browse files
committed
MAGETWO-71185: [Backport][2.1.x] - Braintree online refund not working for two websites using individual Braintree accounts
- Renamed property
1 parent 6e74368 commit 0f6e91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Braintree/Gateway/Http/Client/AbstractTransaction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ abstract class AbstractTransaction implements ClientInterface
3333
/**
3434
* @var BraintreeAdapter
3535
*/
36-
protected $braintree;
36+
protected $adapter;
3737

3838
/**
3939
* @var BraintreeAdapterFactory

0 commit comments

Comments
 (0)