Working on Payment response from offline gateway

This commit is contained in:
David Bomba 2021-07-05 16:07:14 +10:00
parent 178e732b46
commit a033ba706c

View File

@ -204,6 +204,8 @@ class PayFastPaymentDriver extends BaseDriver
default: default:
// code... // code...
//
//otherwise we processs a payment response here
break; break;
} }