Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-fedex-devs/python-fedex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.1
Choose a base ref
...
head repository: python-fedex-devs/python-fedex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 17 files changed
  • 7 contributors

Commits on Apr 22, 2020

  1. upload readme, setup

    radzhome committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    2d24159 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Correct duplicate attribute typo

    Now searches for invalid suite number attribute, before was looking for "CountrySupported" twice.
    ethancastillo authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    2ba589c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. fix typos in examples

    radzhome committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b5822bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #143 from ethancastillo/patch-1

    Correct duplicate attribute typo
    radzhome authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4af996f View commit details
    Browse the repository at this point in the history
  3. Added international shipment example with Electronic Trade Documents …

    …and event notifications
    Martin committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    e238fbd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #151 from MatinF/master

    Added international shipment example with ETD and event notifications
    radzhome authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    a3c5b7d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Update dependency to support suds-community (#159)

    * update dependency to support suds-community to address 2to3 deprecation in setuptools v58.0.0
    ndobbs authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    8d74623 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. docs: Fix a few typos (#161)

    There are small typos in:
    - epydoc_source/docs/1.0.0/epydoc.js
    - epydoc_source/docs/2.3.0/epydoc.js
    - tests/test_pickup_service.py
    
    Fixes:
    - Should read `because` rather than `becaue`.
    - Should read `pickup` rather than `pikckup`.
    timgates42 authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    c900fcc View commit details
    Browse the repository at this point in the history
  2. Adding missing GeographicCoordinates object to locations service (#156)

    * Missing object from locations service
    
    Add missing GeographicCoordinates object to location service, it is in the locations wsdl but appears to be overlooked in the service module?
    
    * Fixed comment
    
    Fixed copied comment
    
    * Added test for GeographicCoordinates
    
    location search
    
    * Added test comments
    talktobrent authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    33e9b61 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Upgrade to ShipService_v26 and RateService_v28 (#157)

    * Upgrade to ShipService_v26
    
    * Upgrade to RateService_v28
    Linekio authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    8690829 View commit details
    Browse the repository at this point in the history
Loading