Operations for retrieving and modifying Transactions objects. More...
Public Member Functions | |
| insertTransaction ($txnId, $txnType, $payerEmail, $receiverEmail, $itemNumber, $paymentDate, $payerId, $receiverId) | |
| PayPalDAO () | |
| transactionExists ($txnId) | |
Operations for retrieving and modifying Transactions objects.
Definition at line 17 of file PayPalDAO.inc.php.
| PayPalDAO.insertTransaction | ( | $ | txnId, | |
| $ | txnType, | |||
| $ | payerEmail, | |||
| $ | receiverEmail, | |||
| $ | itemNumber, | |||
| $ | paymentDate, | |||
| $ | payerId, | |||
| $ | receiverId | |||
| ) |
Insert a payment into the payments table
| $txnId | string | |
| $txnType | string | |
| $payerEmail | string | |
| $receiverEmail | string | |
| $itemNumber | string | |
| $paymentDate | datetime | |
| $payerId | string | |
| $receiverId | string |
Definition at line 36 of file PayPalDAO.inc.php.
| PayPalDAO.PayPalDAO | ( | ) |
Constructor.
Definition at line 21 of file PayPalDAO.inc.php.
| PayPalDAO.transactionExists | ( | $ | txnId | ) |
Check whether a given transaction exists.
| $txnId | string |
Definition at line 72 of file PayPalDAO.inc.php.
1.7.1