We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3316463 commit b918f75Copy full SHA for b918f75
tests/test_bitpay.py
@@ -419,7 +419,7 @@ def test_should_get_payout_recipient_id(self):
419
recipients_list = []
420
421
payout_recipient = PayoutRecipient()
422
- payout_recipient.set_email("nsoni@mailinator.com")
+ payout_recipient.set_email("sandbox@mbitpay.com")
423
payout_recipient.set_label("recipient1")
424
payout_recipient.set_notification_url("https://hookb.in/QJOPBdMgRkukpp2WO60o")
425
recipients_list.append(payout_recipient)
0 commit comments