Files
kopokopo-go/pkg/mpesa.go
T
b1ackd0t 0d92d846c6 Initial commit
Signed-off-by: GitHub <noreply@github.com>
2022-07-09 17:31:31 +00:00

15 lines
415 B
Go

package kopokopo
// Receive payments from M-PESA users via STK Push.
// func (sdk kSDK) ReceiveMpesaPayment(grantType string) (string, error) {
// panic("Not implemented")
// }
// func (sdk kSDK) ProcessIncommingMpesaPayment(grantType string) (string, error) {
// panic("Not implemented")
// }
// func (sdk kSDK) QueryIncommingMpesaPayment(grantType string) (string, error) {
// panic("Not implemented")
// }