Skip to content

Commit

Permalink
logo in stripe checkout form
Browse files Browse the repository at this point in the history
  • Loading branch information
HetavShah committed May 27, 2023
1 parent e0588c6 commit 8ee8089
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Binary file added client/public/Project.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/src/screens/OrderScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const OrderScreen = ({}) => {
{loadingPay && <Loader />}

<StripeCheckout
image="../../public/Project.ico"
image="/Project.jpg"
name="KarKaushal"
description="E-commerce Platform"
token={handleToken}
Expand Down
16 changes: 8 additions & 8 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ build:
manual:
- src: 'src/**/*.ts'
dest: .
- image: hetavshah/client-karkaushal
context: client
docker:
dockerfile: Dockerfile
sync:
manual:
- src: 'src/**/*.ts'
dest: .
# - image: hetavshah/client-karkaushal
# context: client
# docker:
# dockerfile: Dockerfile
# sync:
# manual:
# - src: 'src/**/*.ts'
# dest: .
- image: hetavshah/products-karkaushal
context: products
docker:
Expand Down

0 comments on commit 8ee8089

Please sign in to comment.