Subversion Repositories SmartDukaan

Rev

Rev 8907 | Rev 9506 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8907 Rev 8914
Line 312... Line 312...
312
     * It essentially deletes the payment if it is processed for a particular
312
     * It essentially deletes the payment if it is processed for a particular
313
     * category. This is currently used by CRM application.
313
     * category. This is currently used by CRM application.
314
     */
314
     */
315
    void markPaymentAsProcessed(1:i64 paymentId, 2:ExtraPaymentProcessingType category),
315
    void markPaymentAsProcessed(1:i64 paymentId, 2:ExtraPaymentProcessingType category),
316
    
316
    
317
    bool validatePaymentAtGateway(1:i64 merchantTxnId, 2:double amount, 3:bool isDigital) throws (1:PaymentException pe)
317
    PaymentStatus getPaymentStatusAtGateway(1:i64 merchantTxnId, 2:double amount, 3:bool isDigital) throws (1:PaymentException pe)
318
}
318
}
319
319