Adds a payment provider service that can easily retrieve payment providers
This commit is contained in:
@@ -42,6 +42,10 @@ class BasePaymentService extends BaseService {
|
||||
throw Error("updatePayment must be overridden by the child class")
|
||||
}
|
||||
|
||||
getStatus() {
|
||||
throw Error("getStatus must be overridden by the child class")
|
||||
}
|
||||
|
||||
authorizePayment() {
|
||||
throw Error("authorizePayment must be overridden by the child class")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user