Example #1
0
        .put('/transfers/123/fulfillment', function (body) {
          expect(cc.validateFulfillment(body, cancellationCondition)).to.be.true

          return true
        })
Example #2
0
        .put('/transfers/123/fulfillment', (body) => {
          expect(cc.validateFulfillment(body, executionCondition)).to.be.true

          return true
        })