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

example code not working #4

Open
Fyb3roptik opened this issue Mar 20, 2019 · 3 comments
Open

example code not working #4

Fyb3roptik opened this issue Mar 20, 2019 · 3 comments

Comments

@Fyb3roptik
Copy link

Fyb3roptik commented Mar 20, 2019

customer := AuthorizeCIM.Profile{
		MerchantCustomerID: "86437",
		Email:              player.Email,
		PaymentProfiles: &AuthorizeCIM.PaymentProfiles{
			CustomerType: "individual",
		},
	}

	response, err := customer.Create()

	if response.Ok() {
	  fmt.Println("New Customer Profile Created #",response.CustomerProfileID)
	  fmt.Println("New Customer Payment Profile Created #",response.CustomerPaymentProfileID)
	}
customer.Create undefined (type AuthorizeCIM.Profile has no field or method Create)
@Fyb3roptik
Copy link
Author

Looks like its now CreateProfile() not Create(). Please update your README!

@Hammster
Copy link

Is that bot seriously using issue tickets to promote a scam token?

@mattiasghodsian
Copy link

Is that bot seriously using issue tickets to promote a scam token?

reported him and blocked him, i recommend doing the same

Repository owner deleted a comment from tiepnv2508 Feb 23, 2024
Repository owner deleted a comment from Sayman71 Feb 23, 2024
@github-staff github-staff deleted a comment from Mohammad-Haseeb Apr 25, 2024
@github-staff github-staff deleted a comment from Mohammad-Haseeb Apr 25, 2024
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

No branches or pull requests

5 participants
@Fyb3roptik @Hammster @mattiasghodsian and others