Skip to content

Commit 9d1f863

Browse files
MTA-3900: Create auto test to Refund an order placed through Braintree with full capture
1 parent 12521ae commit 9d1f863

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/functional/etc/repository_replacer.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@
147147

148148
<repository class="Magento\Braintree\Test\Repository\BraintreeSandboxCustomer">
149149
<dataset name="braintree_sandbox_default">
150-
<field name="environment" xsi:type="string">sandbox</field>
151-
<field name="merchantId" xsi:type="string">v6cfgg6s452yc2ys</field>
152-
<field name="publicKey" xsi:type="string">s7gr9jbddsyfhgj7</field>
153-
<field name="privateKey" xsi:type="string">996440dc0e9d611fc2db5f48f610b674</field>
150+
<field name="environment" xsi:type="string">BRAINTREEE_ENVIRONMENT</field>
151+
<field name="merchantId" xsi:type="string">BRAINTREEE_MERCHANT_ID</field>
152+
<field name="publicKey" xsi:type="string">BRAINTREE_PUBLIC_KEY</field>
153+
<field name="privateKey" xsi:type="string">BRAINTREE_PRIVATE_KEY</field>
154154
</dataset>
155155
</repository>
156156
</config>

0 commit comments

Comments
 (0)