This repository has been archived by the owner on Jun 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 544
/
Copy pathcredentials.yml
69 lines (58 loc) · 2.57 KB
/
credentials.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# The following file is used to specify credentials for the remote tests.
# In the CI environment, the environment are populated with proper values.
# If the values are not set, the remote tests will be skipped.
#
# If you want to run remote tests locally, you can set these environment
# variables, or you can create a file `~/.active_shipping/credentials.yml`,
# and set the values in there. This way you won't accidentially commit them
# to git.
usps:
login: <%= ENV['ACTIVESHIPPING_USPS_LOGIN'] %>
usps_returns:
mid: <%= ENV['ACTIVESHIPPING_USPS_RETURNS_MID'] %>
merchant_account_id: <%= ENV['ACTIVESHIPPING_USPS_RETURNS_MERCHANT_ACCOUNT_ID'] %>
fedex:
account: <%= ENV['ACTIVESHIPPING_FEDEX_ACCOUNT'] %>
login: <%= ENV['ACTIVESHIPPING_FEDEX_LOGIN'] %>
password: <%= ENV['ACTIVESHIPPING_FEDEX_PASSWORD'] %>
key: <%= ENV['ACTIVESHIPPING_FEDEX_KEY'] %>
shipwire:
login: <%= ENV['ACTIVESHIPPING_SHIPWIRE_LOGIN'] %>
password: <%= ENV['ACTIVESHIPPING_SHIPWITE_PASSWORD'] %>
canada_post:
login: <%= ENV['ACTIVESHIPPING_CANADA_POST_LOGIN'] %>
new_zealand_post:
key: <%= ENV['ACTIVESHIPPING_NEW_ZEALAND_POST_KEY'] %>
canada_post_pws:
customer_number: <%= ENV['ACTIVESHIPPING_CANADA_POST_PWS_CUSTOMER_NUMBER'] %>
api_key: <%= ENV['ACTIVESHIPPING_CANADA_POST_PWS_API_KEY'] %>
secret: <%= ENV['ACTIVESHIPPING_CANADA_POST_PWS_SECRET'] %>
canada_post_pws_platform:
platform_id: <%= ENV['ACTIVESHIPPING_CANADA_POST_PWS_PLATFORM_PLATFORM_ID'] %>
customer_number: <%= ENV['ACTIVESHIPPING_CANADA_POST_PWS_PLATFORM_CUSTOMER_NUMBER'] %>
api_key: <%= ENV['ACTIVESHIPPING_CANADA_POST_PWS_PLATFORM_API_KEY'] %>
secret: <%= ENV['ACTIVESHIPPING_CANADA_POST_PWS_PLATFORM_SECRET'] %>
stamps:
integration_id: <%= ENV['ACTIVESHIPPING_STAMPS_INTEGRATION_ID'] %>
username: <%= ENV['ACTIVESHIPPING_STAMPS_USERNAME'] %>
password: <%= ENV['ACTIVESHIPPING_STAMPS_PASSWORD'] %>
australia_post:
api_key: <%= ENV['ACTIVESHIPPING_AUSTRALIA_POST_API_KEY'] %>
# fedex_freight:
# account: FedExFreightAccountNumber
# shipping_address1: FedExShippingAddress1
# shipping_address2: FedExShippingAddress2
# shipping_city: FedExShippingCity
# shipping_postal_code: FedExShippingPostalCode
# shipping_state: FedExShippingState
# shipping_country: FedExShippingCountry
# billing_address1: FedExBillingAddress1
# billing_address2: FedExBillingAddress2
# billing_city: FedExBillingCity
# billing_postal_code: FedExBillingPostalCode
# billing_state: FedExBillingState
# billing_country: FedExBillingCountry
# payment_type: SENDER
# freight_class: CLASS_050
# packaging: PALLET
# role: SHIPPER