-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Merchant resources #20
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add readme
2 linhas entre os imports e a classe
linha no final
14bb95b
to
093cb94
Compare
d4a268c
to
fae4f48
Compare
6439b56
to
7025753
Compare
Get a list of merchant sessions in chunks of at most 100. If you need smaller chunks, use the limit parameter. | ||
|
||
```go | ||
import ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arrumar indentação
import ( | ||
"fmt" | ||
"github.com/starkbank/sdk-go/starkbank" | ||
MerchantSession "github.com/starkbank/sdk-go/starkbank/merchantsession" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentação
import ( | ||
"fmt" | ||
"github.com/starkbank/sdk-go/starkbank" | ||
MerchantPurchase "github.com/starkbank/sdk-go/starkbank/merchantpurchase" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentação
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arrumar todos os exemplos de código
} | ||
} | ||
|
||
fmt.Println(createdPurchase) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arrumar indentação
7025753
to
fad71c6
Compare
No description provided.