Discount using PCM_OP_SUBSCRIPTION_PURCHASE_DEAL
Hi,
Is it possible to purchase a product using the opcode PCM_OP_SUBSCRIPTION_PURCHASE_DEAL using two fields below at the same time
2 PIN_FLD_CYCLE_DISC_AMT DECIMAL [0] 4.95
2 PIN_FLD_CYCLE_DISCOUNT DECIMAL [0] 0.5
We tried using the same and got the error PIN_FLD_VALIDATION_FAILED
If it is still possible, how will the discount be applied:-
1. (Amount-DiscountAmt)(1-%Discount)
2. (Amount*%Discount) - DiscountAmt
Will it be case 1 or 2?