We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0c003 commit 5ff1e95Copy full SHA for 5ff1e95
bills_service_models.go
@@ -28,7 +28,7 @@ type BillsCreatePaymentResponse struct {
28
29
// IsSuccessfull determines if the bill payment was successfull
30
func (response BillsCreatePaymentResponse) IsSuccessfull() bool {
31
- return response.Status == "success" && response.Data.TxRef != ""
+ return response.Status == "success" && response.Data.FlwRef != ""
32
}
33
34
// BillsValidateResponse is the response after validating a bill service
0 commit comments