WooDroid icon indicating copy to clipboard operation
WooDroid copied to clipboard

Simple, robust Woocommerce API sdk for java and android

Results 16 WooDroid issues
Sort by recently updated
recently updated
newest added

### Should Update Cart Repository Endpoints 1. should update to end cart repository endpoints to [store/cart] 2. remove API version Old Link: **https://xyz.com/wp-json/wc/v2/[endpoints]** New Should Be Like **https://xyz.com/wp-json/wc/store/[endpoints]**

Hi I am new to mobile development, sorry if I asking dumb question. From my understanding and some articles I found online ([here](https://stackoverflow.com/questions/1934187/oauth-secrets-in-mobile-apps), and [here](https://developer.okta.com/blog/2019/01/22/oauth-api-keys-arent-safe-in-mobile-apps)), isn't that saving consumer secret...

Hi there, when I try to create customer with follwoing request: ``` var customer = Customer() customer.email = "[email protected] customer.firstName = "test" customer.lastName = "test" customer.username = "test test" ```...

hello, thanks for the project sir, you're doing great, however, im still getting the same error with this issue, is there any solution? i already renamed some class and the...

Hey there ! I had to change my server's dns from a cwp to a cpanel dns and after that I've got timestamp errors but a day later there wasn't...

Hello, update the serialized name of "shipping_address" to "shipping" and from "billing_address" to "billing" in Order.java in the java version of this wooDroid.

Instead of loading all the values (Products for example) together and then showing them in the list view or recycler ,what if I want to show each value after it's...

Hello sir I got a question imagine I have a cloth shop and I have attributes color , made_in and special_off (I can already see the attributes when testing by...

hi. i collect some informations from user into the customer's metadata like membership state and some infos for products into the product's metadata that is important for app. but the...

Orders pojo model class datas are different from the data from server