Commit eae11587 authored by katakam001's avatar katakam001

EPE-bhaskar- :: PromotionEngine :: Added code for OfferService

parent 249ce7d6
package com.nisum.epe.demo.service;
import org.springframework.stereotype.Service;
@Service
public class OfferService {
public String produceOfferTransactionRecord(String offerTransactionId) {
return "SUCCESS";
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment