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

REST Credit Card - Authorization / Capture Support..?? #813

Closed
angelleye opened this issue Jul 24, 2017 · 5 comments
Closed

REST Credit Card - Authorization / Capture Support..?? #813

angelleye opened this issue Jul 24, 2017 · 5 comments
Assignees
Milestone

Comments

@angelleye
Copy link
Collaborator

The solution was to modify the CreatePayment routine. I changed:

$sale = $relatedResources[0]->getSale();

to

$sale = $relatedResources[0]->getAuth();

@angelleye angelleye added this to the 1.4.6 milestone Jul 24, 2017
@angelleye angelleye modified the milestones: 1.4.6, 1.5.0 Aug 2, 2017
@angelleye angelleye modified the milestones: 1.4.7, 1.5.0 Aug 22, 2017
@kcppdevelopers kcppdevelopers self-assigned this Nov 28, 2017
@angelleye
Copy link
Collaborator Author

@kcppdevelopers Our tool tip here for the Sale/Auth setting says that we'll have to capture funds from within the PayPal account. We cannot capture from the WC order page..??

@kcppdevelopers
Copy link
Contributor

@angelleye I have not added capture from the WC order page, REST Credit Card payment method is deprecated so we will not get more user on this payment method. Let me know if are you still want to add this functionality?

@angelleye
Copy link
Collaborator Author

@kcppdevelopers Can you give me an estimate on hours to get it done?

@kcppdevelopers
Copy link
Contributor

@angelleye It will take 3 to 4 hours to done.

@angelleye
Copy link
Collaborator Author

@kcppdevelopers Okay, don't worry about it for now. We may address it again later because while their page does say it's deprecated, they aren't truly removing it. We aren't getting much feedback on this, though, so I'm not worried about it for now.

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

No branches or pull requests

1 participant