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

Extension Improvements #8

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Extension Improvements #8

wants to merge 2 commits into from

Conversation

Zifius
Copy link

@Zifius Zifius commented Jun 30, 2015

Hello @sidealice, I tried to list all the changes I made. Some of them are pretty tied to the implementation I was working on so we need to discuss and maybe revert some of changes. But at least this will get us going

Also I didn't test unsuccessful payments much

  • Implemented Authorize/Capture flow
  • Removed custom order statuses (Issue Status issue #5)
  • Made base trade currency configurable
  • Cleaned up the payment.phtml template
  • Added file-based logging for incoming notification request

Best,
Alex

	* Implemented Authorize/Capture flow
	* Removed custom order statuses
	* Made base trade currency configurable
 	* Cleaned up the payment.phtml template
	* Added file-based logging for incoming notification request
@sidealice
Copy link
Member

Thanks and we would review and make the changes merged into the source code.

#Implemented Authorize/Capture flow
Would be merged directly

#Removed custom order statuses (Issue #5)
We need to discuss this in details because status from alipay need to be filtered at the backend by order status.

#Made base trade currency configurable
Would be merged directly

#Cleaned up the payment.phtml template
This would be controlled by the backend setting , if website owner want to redirect to alipay directly , we don't need to show this page, but in China customers always confused that the redirection , that's why we have to add this page and popup the alipay's payment page.

#Added file-based logging for incoming notification request
Would be merged directly

@Zifius
Copy link
Author

Zifius commented Jun 30, 2015

We need to discuss this in details because status from alipay need to be filtered at the backend by order status.

Oh I understand now the intention. Let's discuss

This would be controlled by the backend setting , if website owner want to redirect to alipay directly , we don't need to show this page, but in China customers always confused that the redirection , that's why we have to add this page and popup the alipay's payment page.

Just to clarify this change was only about moving some order checking logic to Payment.php block but also removal of jQuery, which is not a good change but was needed for the Magento instance I was working on. That must be reverted (actually moved in layout) just didn't have time yet

@sidealice
Copy link
Member

Understand. We would set the payment page configurable at the backend.

@Zifius
Copy link
Author

Zifius commented Aug 13, 2015

Hi @sidealice, any updates on this PR? Thank you

@sidealice
Copy link
Member

Dear Zifius,

We would update it in Sep. Sorry the delay was caused by magento2.0's research.

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.

2 participants