Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/aes signature #50

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
delete api-key
  • Loading branch information
YoungWing committed Nov 8, 2022
commit 8bb46c8d8c21f4e43336b0540c47a4f5c41ee25c
4 changes: 2 additions & 2 deletions examples/courier_example_aes_signature.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import aftership

aftership.api_key = 'asak_61f861873c394225ecd4fc981b339458'
aftership.api_secret = 'assk_e8b4b3c4441a478afd4726de1867e522'
aftership.api_key = 'asak_61f86xxx'
aftership.api_secret = 'assk_e8b4bxxx'


def get_enabled_courier_names():
Expand Down