Tamara
Tamara
I tried to fix build_location function to correctly process array argument. Please let me know what do you think.
Class Ups_Live_Rates has functions for setting destination and origin. These 2 functions are based on the `build_location()` method. You can pass just zipcode string (for US) or more detailed address...
I was trying to run code from read.me but this link `$rate = $Ups->get_rate($destination, $packages);` returns NULL all the time. It looks like get_rate function is not accessible from Ups...
If I want to see how code in `examples` is working, what Lexer class should I use? I tried to run 00-basic-usage example with Lexer from `nikic/php-parser`, but I keep...
I faced with a problem when I add new CSS class to textarea element, but iframe style is not changing at all. For example, I add class: ``` .not-saved{ background-color:...