@@ -383,7 +383,7 @@ public void testTransactionEventWithSentAndReceivedAddresses() throws Exception
383383 " \" $region\" : \" New Hampshire\" ,\n " +
384384 " \" $country\" : \" US\" ,\n " +
385385 " \" $zipcode\" : \" 03257\" \n " +
386- " }, \n " +
386+ " }\n " +
387387 "}" ;
388388
389389 // Start a new mock server and enqueue a mock response.
@@ -469,7 +469,7 @@ public void testTransactionEventWithMerchantAnd3dsFields() throws Exception {
469469 " },\n " +
470470 " \" $merchant_initiated_transaction\" : true,\n " +
471471 " \" $triggered_3ds\" : \" $processor\" ,\n " +
472- " \" $status_3ds\" : \" $successful\" , \n " +
472+ " \" $status_3ds\" : \" $successful\" \n " +
473473 "}" ;
474474
475475 // Start a new mock server and enqueue a mock response.
@@ -539,7 +539,7 @@ public void testTransactionEventWithSepaPaymentMethod() throws Exception {
539539 " \" $shortened_iban_first6\" : \" FR7630\" ,\n " +
540540 " \" $shortened_iban_last4\" : \" 1234\" ,\n " +
541541 " \" $sepa_direct_debit_mandate\" : true\n " +
542- " }, \n " +
542+ " }\n " +
543543 "}" ;
544544
545545 // Start a new mock server and enqueue a mock response.
@@ -602,19 +602,19 @@ public void testTransactionEventWithCryptoFields() throws Exception {
602602 "\n " +
603603 " \" $payment_method\" : {\n " +
604604 " \" $wallet_address\" : \" ZplYVmchAoywfMvC8jCiKlBLfKSBiFtHU6\" ,\n " +
605- " \" $wallet_type\" : \" $crypto\" , \n " +
605+ " \" $wallet_type\" : \" $crypto\" \n " +
606606 " },\n " +
607607 " \" $digital_orders\" : [\n " +
608608 " {\n " +
609609 " \" $digital_asset\" : \" BTC\" ,\n " +
610610 " \" $pair\" : \" BTC_USD\" ,\n " +
611611 " \" $asset_type\" : \" $crypto\" ,\n " +
612612 " \" $order_type\" : \" $market\" ,\n " +
613- " \" $volume\" : \" 6.0\" , \n " +
613+ " \" $volume\" : \" 6.0\" \n " +
614614 " }\n " +
615615 " ],\n " +
616616 " \" $receiver_wallet_address\" : \" jx17gVqSyo9m4MrhuhuYEUXdCicdof85Bl\" ,\n " +
617- " \" $receiver_external_address\" : true, \n " +
617+ " \" $receiver_external_address\" : true\n " +
618618 "}" ;
619619
620620 // Start a new mock server and enqueue a mock response.
@@ -683,7 +683,7 @@ public void testTransactionEventWithExtraDepositFields() throws Exception {
683683 " \" $minimum_deposit_amount\" : 5000,\n " +
684684 " \" $maximum_deposit_amount\" : 100000000,\n " +
685685 " \" $current_balance\" : 500000,\n " +
686- " \" $new_balance\" : 1000000, \n " +
686+ " \" $new_balance\" : 1000000\n " +
687687 "}" ;
688688
689689 // Start a new mock server and enqueue a mock response.
@@ -747,7 +747,7 @@ public void testTransactionEventWithExtraWithdrawalFields() throws Exception {
747747 " \" $minimum_withdrawal_amount\" : 5000,\n " +
748748 " \" $maximum_withdrawal_amount\" : 100000000,\n " +
749749 " \" $current_balance\" : 1000000,\n " +
750- " \" $new_balance\" : 500000, \n " +
750+ " \" $new_balance\" : 500000\n " +
751751 "}" ;
752752
753753 // Start a new mock server and enqueue a mock response.
@@ -822,8 +822,8 @@ public void testTransactionEventWithBinMetadata() throws Exception {
822822 " \" $type\" : \" CREDIT\" ,\n " +
823823 " \" $brand\" : \" VISA\" ,\n " +
824824 " \" $bank\" : \" Chase\" \n " +
825- " }, \n " +
826- " }, \n " +
825+ " }\n " +
826+ " }\n " +
827827 "}" ;
828828
829829 // Start a new mock server and enqueue a mock response.
@@ -889,8 +889,8 @@ public void testTransactionEventWithExchangeRate() throws Exception {
889889 " \" $currency_code\" : \" EUR\" ,\n " +
890890 " \" $exchange_rate\" : {\n " +
891891 " \" $quote_currency_code\" : \" USD\" ,\n " +
892- " \" $rate\" : 1.15, \n " +
893- " }, \n " +
892+ " \" $rate\" : 1.15\n " +
893+ " }\n " +
894894 "}" ;
895895
896896 // Start a new mock server and enqueue a mock response.
0 commit comments