File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1717shipment .RequestedShipment .DropoffType = 'REGULAR_PICKUP'
1818shipment .RequestedShipment .ServiceType = 'PRIORITY_OVERNIGHT'
1919shipment .RequestedShipment .PackagingType = 'YOUR_PACKAGING'
20- shipment .RequestedShipment .PackageDetail = 'INDIVIDUAL_PACKAGES'
2120
2221# Shipper contact info.
2322transfer_config_dict (shipment .RequestedShipment .Shipper .Contact ,
4140
4241shipment .RequestedShipment .ShippingChargesPayment .PaymentType = 'SENDER'
4342
43+ # Senders account information
44+ shipment .RequestedShipment .ShippingChargesPayment .Payor .ResponsibleParty .AccountNumber = CONFIG_OBJ .account_number
45+
4446# Label config.
4547transfer_config_dict (shipment .RequestedShipment .LabelSpecification ,
4648 LABEL_SPECIFICATION )
Original file line number Diff line number Diff line change 1616shipment .RequestedShipment .DropoffType = 'REGULAR_PICKUP'
1717shipment .RequestedShipment .ServiceType = 'FEDEX_GROUND'
1818shipment .RequestedShipment .PackagingType = 'YOUR_PACKAGING'
19- shipment .RequestedShipment .PackageDetail = 'INDIVIDUAL_PACKAGES'
2019
2120# Shipper contact info.
2221transfer_config_dict (shipment .RequestedShipment .Shipper .Contact ,
4039
4140shipment .RequestedShipment .ShippingChargesPayment .PaymentType = 'SENDER'
4241
42+ # Senders account information
43+ shipment .RequestedShipment .ShippingChargesPayment .Payor .ResponsibleParty .AccountNumber = CONFIG_OBJ .account_number
44+
4345# Label config.
4446transfer_config_dict (shipment .RequestedShipment .LabelSpecification ,
4547 LABEL_SPECIFICATION )
You can’t perform that action at this time.
0 commit comments