Skip to content

Commit

Permalink
change to dummy email
Browse files Browse the repository at this point in the history
  • Loading branch information
bobari93 committed Nov 2, 2021
1 parent 298a830 commit 98b8ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/recurring/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const EXT_ID = '123';
const PAYER_EMAIL = 'stanley@xendit.co';
const PAYER_EMAIL = 'dummy@email.co';
const DESCRIPTION = 'Payment for something';
const AMOUNT = 10000;
const INTERVAL = 'MONTH';
Expand All @@ -8,7 +8,7 @@ const PAYMENT_ID = '5e0577bdf4d38b20d542009b';
const START_DATE = '2020-01-31T17:00:00.000Z';
const CUSTOMER = {
given_names: 'stan',
email: 'stanley@xendit.co',
email: 'dummy@email.co',
mobile_number: '',
address: '',
};
Expand Down

0 comments on commit 98b8ce9

Please sign in to comment.