We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4da770 commit 7a2fba4Copy full SHA for 7a2fba4
1 file changed
test/index.js
@@ -19,7 +19,7 @@ describe('Main API', function () {
19
this.timeout(15000)
20
describe('API v1', function () {
21
it('create subscription url', async () => {
22
- const date = new Date().toLocaleDateString()
+ const date = "2050-05-05"
23
const dataCheckout = {
24
order_desc: 'test order',
25
currency: 'USD',
0 commit comments