Jeremy Lopez
Results
2
issues of
Jeremy Lopez
Has anyone been able to use the `MindBody::Services::SaleService.checkout_shopping_cart()` function? When I attempt to match the API documentation to the best of my ability by creating an CartITem object: `{:CartItem=>{:Quantity=>1, :"Item...
I am trying to include the `ReferredBy` attribute in the `ClientService.get_clients` function. In the docs you can state: ``` Clients.CustomClientFields ``` but when I do that in my request: ```...