Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

luistarkbank
Copy link
Contributor

No description provided.

Copy link
Contributor

@leonardokagohara-stark leonardokagohara-stark left a 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

@luistarkbank luistarkbank force-pushed the feature/merchant-purchase branch from 14bb95b to 093cb94 Compare February 18, 2025 17:11
@leonardokagohara-stark leonardokagohara-stark force-pushed the feature/merchant-purchase branch 2 times, most recently from d4a268c to fae4f48 Compare February 21, 2025 04:07
@jonasborges-stark jonasborges-stark force-pushed the feature/merchant-purchase branch 2 times, most recently from 6439b56 to 7025753 Compare February 26, 2025 19:22
Get a list of merchant sessions in chunks of at most 100. If you need smaller chunks, use the limit parameter.

```go
import (

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"

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"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentação

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)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arrumar indentação

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants