Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created January 20, 2014 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AeroNotix/397846a0955b48b86e04 to your computer and use it in GitHub Desktop.
Save AeroNotix/397846a0955b48b86e04 to your computer and use it in GitHub Desktop.
(defcustomertransactions
[create-payment-profile TransactionType/CREATE_CUSTOMER_PAYMENT_PROFILE
create-profile TransactionType/CREATE_CUSTOMER_PROFILE
create-profile-transaction TransactionType/CREATE_CUSTOMER_PROFILE_TRANSACTION
create-shipping-address TransactionType/CREATE_CUSTOMER_SHIPPING_ADDRESS
delete-customer-payment-profile TransactionType/DELETE_CUSTOMER_PAYMENT_PROFILE
delete-customer-profile TransactionType/DELETE_CUSTOMER_PROFILE
delete-customer-shipping-address TransactionType/DELETE_CUSTOMER_SHIPPING_ADDRESS
get-customer-payment-profile TransactionType/GET_CUSTOMER_PAYMENT_PROFILE
get-customer-profile TransactionType/GET_CUSTOMER_PROFILE
get-customer-profile-ids TransactionType/GET_CUSTOMER_PROFILE_IDS
get-customer-shipping-address TransactionType/GET_CUSTOMER_SHIPPING_ADDRESS
update-customer-payment-profile TransactionType/UPDATE_CUSTOMER_PAYMENT_PROFILE
update-customer-profile TransactionType/UPDATE_CUSTOMER_PROFILE
update-customer-shipping-address TransactionType/UPDATE_CUSTOMER_SHIPPING_ADDRESS
update-customer-shpping address TransactionType/UPDATE_CUSTOMER_SHIPPING_ADDRESS
update-split-tender-group TransactionType/UPDATE_SPLIT_TENDER_GROUP
validate-customer-payment-profile TransactionType/VALIDATE_CUSTOMER_PAYMENT_PROFILE])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment