Commit fd01e5d
authored
Fix (#31)
* Feature/api-client (#1)
* feat(api-client): Create medusa api class and refactor api classes
* feat(api-client): Adds base request classes and updates AuthApi
* feat(cart-api): Refactor carts api (#2)
* feat(collection-api): Refactor collection api (#3)
* feat(customer-api): Refactor customers api (#4)
* feat(invite-api): Refactor invite api (#5)
* Feature/gift card api (#6)
* feat(gift-card-api): Refactor gift cards api
* fix(gift-card-api): Corrects path
* feat(order-api): Refactor orders api (#7)
* Feature/order api (#8)
* feat(order-api): Refactor orders api
* fix(order-api): Optimize imports
* feat(order-edit-api): Refactor order edits api (#9)
* feat(payment-collection-api): Refactor payment collection api (#10)
* feat(product-api): Refactor product api (#11)
* feat(product-category-api): Refactor product category api (#12)
* feat(product-tags-api): Refactor product tags api (#13)
* feat(return-reason-api): Refactor return reason api (#14)
* feat(shipping-options-api): Refactor shipping options api (#15)
* feat(return-api): Refactor return api (#16)
* feat(swap-api): Refactor swap api (#17)
* feat(product-type-api): Refactor product type api (#18)
* feat(product-variant-api): Refactor product variant api (#19)
* feat(region-api): Refactor region api (#20)
* feat(invite-api): Refactor invite api (#21)
* feat(pipeline): Implement github actions flow and update pom (#22)
* Feature/pipeline (#23)
* feat(pipeline): Implement github actions flow and update pom
* fix!(pipeline): Remove prerequisites from pom
* Feature/pipeline (#24)
* feat(pipeline): Implement github actions flow and update pom
* fix!(pipeline): Remove prerequisites from pom
* fix!: Test issues
* Feature/pipeline (#25)
* feat(pipeline): Implement github actions flow and update pom
* fix!(pipeline): Remove prerequisites from pom
* fix!: Test issues
* -Fix javadoc
* feat(medusa-api): Adds cookie session management
* build: Updates version to 1.0.1
* fix!: TypeReference issue for generic type
* fix!: Init client sdk for productCategoryApi1 parent 8fea92b commit fd01e5d
File tree
3 files changed
+21
-2
lines changed- src/main/java/mobi/appcent/medusa/store
- common
3 files changed
+21
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
718 | 720 | | |
719 | 721 | | |
720 | 722 | | |
721 | | - | |
| 723 | + | |
| 724 | + | |
722 | 725 | | |
723 | 726 | | |
724 | 727 | | |
| |||
732 | 735 | | |
733 | 736 | | |
734 | 737 | | |
735 | | - | |
| 738 | + | |
736 | 739 | | |
737 | 740 | | |
738 | 741 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments