ashish
ashish

Reputation: 171

How to implement voucher redemption from storefront in Hybris 5.7?

I want to implement voucher redemption from storefront in Hybris.

From wiki i got to know that there are already OOTB api defined by hybris.

Can anyone tell me what are the exact services or facade i should call for voucher redemption and cart recalculation after successful redemption ?

Upvotes: 0

Views: 248

Answers (1)

sree
sree

Reputation: 902

We can have a look on VoucherService.In this we have

boolean redeemVoucher(String arg0, CartModel arg1) throws JaloPriceFactoryException;

This will take care of redemption.

Upvotes: 1

Related Questions