DeeMcCart / CI_PP5_Jeweller

Jewellery website for CI Project 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Story: FTU_19 Stripe Card Processing

DeeMcCart opened this issue · comments

EPIC: #16

FTU_19: As a First-Time User I want to pay for my order using credit card to ensure the purchase is completed

Assumptions or Pre-Requisites:

  • basket feature is in place #16
  • checkout template is build #16

Acceptance Criteria: (Must be completed before task is moved to 'Done')

  • Card payment panel is populated so user can enter carc #20
  • Must be able to perform a Stripe checkout using test card
  • Must receive order confirmation

Tasks

  • Task1 Build checkout portal
  • Task2 Integrate Stripe js
  • Task3 Test payments coming through to Stri

Before changing task status to 'Review' or 'Done' please provide comment (and screenprints if appropriate) as documentary evidence of task completion

05/02/24 - this has been done to a basic level. Stripe payments are now processing through using a test card.
Visibility of Stripe payments:

Image

Order confirmation visible to user

Image

06/02/24: Follow-on task - Order total not saved to table #41