diff --git a/__tests__/Integration/Check.spec.rb b/__tests__/Integration/Check.spec.rb index 3cf4d74..aa35e7d 100644 --- a/__tests__/Integration/Check.spec.rb +++ b/__tests__/Integration/Check.spec.rb @@ -142,7 +142,8 @@ message: "Ruby Integration Test Check", bank_account: bankAccId, from: addr2, - amount: 100.0 + amount: 100.0, + use_type: 'marketing' }) response = @checkApi.create(checkEditable) diff --git a/__tests__/Integration/Letter.spec.rb b/__tests__/Integration/Letter.spec.rb index 47f6604..f86d01a 100644 --- a/__tests__/Integration/Letter.spec.rb +++ b/__tests__/Integration/Letter.spec.rb @@ -95,7 +95,8 @@ to: @someAddr.id, from: @someAddr.id, file: TestFixtures.FILE_LOCATION_8X11, - color: true + color: true, + use_type: 'marketing' }) response = @letterApi.create(letterEditable) @@ -135,21 +136,24 @@ to: @someAddr.id, from: @someAddr.id, file: TestFixtures.FILE_LOCATION_8X11, - color: true + color: true, + use_type: 'marketing' }) letterEditable2 = LetterEditable.new({ to: @someAddr.id, from: @someAddr.id, file: TestFixtures.FILE_LOCATION_8X11, - color: true + color: true, + use_type: 'marketing' }) letterEditable3 = LetterEditable.new({ to: @someAddr.id, from: @someAddr.id, file: TestFixtures.FILE_LOCATION_8X11, - color: true + color: true, + use_type: 'marketing' }) response1 = @letterApi.create(letterEditable1) @@ -266,7 +270,9 @@ to: @someAddr.id, from: @someAddr.id, file: TestFixtures.FILE_LOCATION_8X11, - color: true + color: true, + use_type: 'marketing' + }) response = @letterApi.create(letterEditable) diff --git a/__tests__/Integration/Postcard.spec.rb b/__tests__/Integration/Postcard.spec.rb index ce596a7..a1d40da 100644 --- a/__tests__/Integration/Postcard.spec.rb +++ b/__tests__/Integration/Postcard.spec.rb @@ -39,7 +39,7 @@ from: @addressEditable2, front: TestFixtures.FILE_LOCATION_4x6, back: TestFixtures.FILE_LOCATION_4x6, - + use_type: 'marketing' }); end @@ -103,7 +103,7 @@ from: @addressEditable2, front: TestFixtures.FILE_LOCATION_4x6, back: TestFixtures.FILE_LOCATION_4x6, - + use_type: 'marketing' }); response = @postcardApi.create(@dummyPostcard) @@ -197,7 +197,7 @@ from: @addressEditable2, front: TestFixtures.FILE_LOCATION_4x6, back: TestFixtures.FILE_LOCATION_4x6, - + use_type: 'marketing' }); response = @postcardApi.create(@dummyPostcard)