Skip to content

Commit 5ff1e95

Browse files
committed
Fixed successfull
1 parent 3f0c003 commit 5ff1e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bills_service_models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type BillsCreatePaymentResponse struct {
2828

2929
// IsSuccessfull determines if the bill payment was successfull
3030
func (response BillsCreatePaymentResponse) IsSuccessfull() bool {
31-
return response.Status == "success" && response.Data.TxRef != ""
31+
return response.Status == "success" && response.Data.FlwRef != ""
3232
}
3333

3434
// BillsValidateResponse is the response after validating a bill service

0 commit comments

Comments
 (0)