Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 435 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 435 Bytes

Changelog

0.6.0

Added

  • Customer relation on gift card
  • API endpoints for gift card resource

0.5.0

  • Fixture setono_gift_card now extended from AbstractResourceFixture, so use something like

      setono_gift_card:
          options:
              random: 20

    rather than

      setono_gift_card:
          options:
              amount: 20

    to get random 20 gift cards.