Skip to content

Commit 4825784

Browse files
committed
docs: fix typo in define modify func
1 parent 83ede14 commit 4825784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Go-QRIS is a Go-based project designed to convert QRIS code into dynamic ones. Q
127127
`Modify(qris *models.QRIS, merchantCityValue string, merchantPostalCodeValue string, paymentAmountValue int, paymentFeeCategoryValue string, paymentFeeValue int) *models.QRIS`
128128
129129
```go
130-
qris, err, errs := qrisService.IsValid(qris, merchantCity, merchantPostalCode, paymentAmount, paymentFeeCategory, paymentFee)
130+
qris := qrisService.Modify(qris, merchantCity, merchantPostalCode, paymentAmount, paymentFeeCategory, paymentFee)
131131
```
132132
133133
- **Convert QRIS to String**
@@ -158,7 +158,7 @@ Use the configuration files in the `deployments` folder to set up deployment in
158158
159159
## 🔥 API Endpoints
160160
161-
To learn more about the available endpoints, you can refer to [Go-QRIS Postman Documentation](https://documenter.getpostman.com/view/6937269/2sAYJ1jMc7) 🦸
161+
To learn more about the available endpoints, you can refer to [Postman Documentation](https://documenter.getpostman.com/view/6937269/2sAYJ1jMc7) 🦸
162162
163163
1. **Parse QRIS**
164164

0 commit comments

Comments
 (0)