Skip to content

Commit

Permalink
Update orders service
Browse files Browse the repository at this point in the history
  • Loading branch information
abdalrhman80 committed Feb 26, 2024
1 parent 709734f commit 95791a4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

<body>
<app-root></app-root>
<script src="runtime.acd80e6c0b9db318.js" type="module"></script><script src="polyfills.71cf0d3b777ef3a5.js" type="module"></script><script src="scripts.3e75d50128144df1.js" defer></script><script src="main.5edea2877375e574.js" type="module"></script></body>
<script src="runtime.acd80e6c0b9db318.js" type="module"></script><script src="polyfills.71cf0d3b777ef3a5.js" type="module"></script><script src="scripts.3e75d50128144df1.js" defer></script><script src="main.c2c677930eecdf90.js" type="module"></script></body>

</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

<body>
<app-root></app-root>
<script src="runtime.acd80e6c0b9db318.js" type="module"></script><script src="polyfills.71cf0d3b777ef3a5.js" type="module"></script><script src="scripts.3e75d50128144df1.js" defer></script><script src="main.5edea2877375e574.js" type="module"></script></body>
<script src="runtime.acd80e6c0b9db318.js" type="module"></script><script src="polyfills.71cf0d3b777ef3a5.js" type="module"></script><script src="scripts.3e75d50128144df1.js" defer></script><script src="main.c2c677930eecdf90.js" type="module"></script></body>

</html>
1 change: 0 additions & 1 deletion docs/main.5edea2877375e574.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.c2c677930eecdf90.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/services/orders.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class OrdersService {

checkOut(cartId: string, shippingAddressData: any): Observable<any> {
// http://localhost:4200
return this._HttpClient.post(`${this.baseUrl}/api/v1/orders/checkout-session/${cartId}?url=https://abdalrhman80.github.io/ `
return this._HttpClient.post(`${this.baseUrl}/api/v1/orders/checkout-session/${cartId}?url=https://abdalrhman80.github.io/Fresh-Cart-App `
, { shippingAddress: shippingAddressData }
)
}
Expand Down

0 comments on commit 95791a4

Please sign in to comment.