omise / omise-prestashop

Omise PrestaShop Plugin
https://docs.opn.ooo/prestashop-plugin
MIT License
4 stars 7 forks source link

Display the proper result page #20

Closed nimid closed 7 years ago

nimid commented 7 years ago

1. Objective

Display the proper checkout result page both successful checkout and failed checkout.

Related information: Related issue: - Related ticket: T1279 Required pull request: #18

2. Description of change

3. Quality assurance

Environments:

Details:

Test case 1: Successfully checkout

The screenshot below shows the successful checkout page.

success

Test case 2: Payment is failed

The screenshot below shows the failed checkout page.

fail

Test case 3: Exception occur during payment

The screenshot below shows the failed checkout page.

exception

4. Impact of the change

-

5. Priority of change

Normal

6. Additional notes

The screenshot below shows the passed unit tests at Travis CI.

screenshot-travis-ci org 2017-01-23 00-00-30

nimid commented 7 years ago

The source code in this pull request has been changed and combined to merge together with the pull request #21.