Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Release 3.20200422.0
Browse files Browse the repository at this point in the history
  • Loading branch information
square-sdk-deployer committed Apr 22, 2020
1 parent 2deac86 commit 6e1922f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/model/CashPaymentDetails.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SquareConnect = require('../../src/index');

describe('CashPaymentDetails', function() {
beforeEach(function() {
this.api = new SquareConnect.CashPaymentDetails();
// this.api = new SquareConnect.CashPaymentDetails();
});

it('should create an instance of CashPaymentDetails', function() {
Expand Down
2 changes: 1 addition & 1 deletion test/model/ExternalPaymentDetails.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SquareConnect = require('../../src/index');

describe('ExternalPaymentDetails', function() {
beforeEach(function() {
this.api = new SquareConnect.ExternalPaymentDetails();
// this.api = new SquareConnect.ExternalPaymentDetails();
});

it('should create an instance of ExternalPaymentDetails', function() {
Expand Down

0 comments on commit 6e1922f

Please sign in to comment.