Skip to content

Commit

Permalink
add: todo payment providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Jan 5, 2023
1 parent ae5b9c2 commit 9d11b73
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ package main
import (
"context"
"fmt"
"github.com/gofarsi/paygap/client"
zarinpal "github.com/gofarsi/paygap/providers/zarinpal/v4"
"github.com/GoFarsi/paygap/client"
"github.com/GoFarsi/paygap/providers/zarinpal"
"log"
)

Expand All @@ -38,3 +38,16 @@ func main() {
}
```

## TODO

- [x] zarinpal
- [x] idpay
- [ ] pay.ir
- [ ] yekpay
- [ ] payping
- [ ] rayanpay
- [ ] nextpay
- [ ] mellat
- [ ] parsian
- [ ] pasargad
- [ ] sadad

0 comments on commit 9d11b73

Please sign in to comment.