Gift Card Implementation

As with other additional interfaces, the EAManagement will indicate whether the plugin includes the gift card interface before it can be accessed.

Copy
  public void LoadGiftCardService()
  {
    if(this.giftCardService == null && this.eaManagement is IGiftCard)
    {
      this.giftCardService = ((IGiftCard)this.eaManagement).GetGiftCardService();
    }
  }

See also

LS Pay - EAManagement