paymentModule

paymentModule

class to handle payment functions

Constructor

new paymentModule()

Source:

Methods

(async, static) addAppointment(pickup, userID, locationID) → {object}

Source:

Mark Buy now cart as paid

Parameters:
Name Type Description
pickup string

req object

userID number

req.body object

locationID number

req.body object

Returns:

sql response

Type
object

(async, static) authorizeInsertPayRecord(req, cardDetails, cartValue, data) → {object}

Source:

Mark Buy now cart as paid

Parameters:
Name Type Description
req string

req object

cardDetails number

req.body object

cartValue number

req.body object

data number

req.body object

Returns:

sql response

Type
object

(async, static) getCartDetails(cardID) → {object}

Source:

Mark Buy now cart as paid

Parameters:
Name Type Description
cardID string

req object

Returns:

sql response

Type
object

(async, static) getMinimumInvoiceID(cardID) → {object}

Source:

Mark Buy now cart as paid

Parameters:
Name Type Description
cardID string

req object

Returns:

sql response

Type
object

(async, static) insertPayLogRequest(cartID, userID, payType, gateWay) → {object}

Source:

Mark Buy now cart as paid

Parameters:
Name Type Description
cartID string

req object

userID number

req.body object

payType number

req.body object

gateWay number

req.body object

Returns:

sql response

Type
object

(async, static) markBuyNowPaid(InvoiceID, cartID, paid) → {object}

Source:

Mark Buy now cart as paid

Parameters:
Name Type Description
InvoiceID string

req object

cartID number

req.body object

paid number

count for the pagination

Returns:

sql response

Type
object

(async, static) markCartPaid(paymentType, cartID, paid) → {object}

Source:

Mark cart as paid

Parameters:
Name Type Description
paymentType string

req object

cartID number

req.body object

paid number

count for the pagination

Returns:

sql response

Type
object

(async, static) updateBuynowAppointment(aptnID, cartID) → {object}

Source:

Mark Buy now cart as paid

Parameters:
Name Type Description
aptnID string

req object

cartID number

req.body object

Returns:

sql response

Type
object

(async, static) updatePayLogRequest(data, id, type) → {object}

Source:

Mark Buy now cart as paid

Parameters:
Name Type Description
data string

req object

id number

req.body object

type number

req.body object

Returns:

sql response

Type
object